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