// Copyright (c) 2023 Sourcefuse Technologies // // This software is released under the MIT License. // https://opensource.org/licenses/MIT export const enum IdentifierType { Email = 'email', Id = 'id', TenantId = 'tenantId', UserTenantId = 'userTenantId', }