Type alias TenantsPermission

TenantsPermission: {
    actions: TenantsAction[];
    collection: string;
    tenant: string;
}

Type declaration