Files
server_debian_macro/node_modules/@azure/msal-browser/dist/response/AuthenticationResult.d.ts
2025-02-18 22:59:07 +00:00

5 lines
259 B
TypeScript

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