UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

43 lines (42 loc) 1.31 kB
export declare module UserPropertyProviderLocalization { interface locInterface { UserPropertiesProvider: { Name: string; DescriptionProperty: string; UserTypeProperty: string; }; UserPropertiesByMicrosoftGraphProvider: { Name: string; DescriptionProperty: string; }; UserProperties: { BirthdayProperty: string; DateProperty: string; DateTimeProperty: string; EmailProperty: string; HtmlProperty: string; ImageProperty: string; MobileProperty: string; TermSetProperty: string; TextProperty: string; TimeProperty: string; UserIdentityProperty: string; }; UserPropertiesByMicrosoftGraph: { BirthdayProperty: string; DateProperty: string; DateTimeProperty: string; EmailProperty: string; HtmlProperty: string; ImageProperty: string; MobileProperty: string; TermSetProperty: string; TextProperty: string; TimeProperty: string; UserIdentityProperty: string; }; Tokens: { Username: string; }; } }