Outlook_Addin_LLM/node_modules/@azure/msal-browser/dist/response/AuthenticationResult.d.ts

5 lines
251 B
TypeScript

import { AccountInfo, AuthenticationResult as CommonAuthenticationResult } from "@azure/msal-common";
export type AuthenticationResult = CommonAuthenticationResult & {
account: AccountInfo;
};
//# sourceMappingURL=AuthenticationResult.d.ts.map