UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

11 lines (10 loc) 375 B
import { UserIdentity } from "../models"; import { OrgTreeUser } from "../models"; import { UserInformation } from "../models"; export declare class ProfileCardService { private httpClient; private controllerUrl; constructor(); getUser: (user: UserIdentity) => Promise<OrgTreeUser>; getUserInformation: (user: UserIdentity) => Promise<UserInformation>; }