semblance-dev/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/UserAccountAttributes.d.ts
2025-12-19 19:26:16 +00:00

12 lines
No EOL
337 B
TypeScript
Executable file

export type UserAccountAttributes = Record<string, string> & {
city?: string;
country?: string;
displayName?: string;
givenName?: string;
jobTitle?: string;
postalCode?: string;
state?: string;
streetAddress?: string;
surname?: string;
};
//# sourceMappingURL=UserAccountAttributes.d.ts.map