English
export interface TenantMembers { name: string | null; friendlyName: string | null; enabledLocales: string[] | null; enabledFactors: string[] | null; }
Was this page helpful?