Type alias AliasPermission

AliasPermission: {
    actions: AliasAction[];
    alias: string;
    collection: string;
}

Type declaration