UNPKG

@mft/moneyhub-api-client

Version:
17 lines 317 B
interface Emails { value: string; } export interface SCIMUser { externalId: string; name?: { familyName: string; givenName: string; }; emails?: Emails[]; subtenant?: { name: string; providerId: string; }; } export {}; //# sourceMappingURL=scim-user.d.ts.map