Files
2025-03-07 19:22:02 +01:00

5 lines
255 B
TypeScript

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