(providerType: string)
| 51 | ] as const satisfies IdentityProviderType[]; |
| 52 | |
| 53 | export const doesIdpSupportPermissionSyncing = (providerType: string): providerType is (typeof PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS)[number] => |
| 54 | PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS.includes(providerType as (typeof PERMISSION_SYNC_SUPPORTED_IDENTITY_PROVIDERS)[number]); |
no outgoing calls
no test coverage detected