aimpress-chatbot/node_modules/@azure/msal-browser/dist/response/AuthenticationResult.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

5 lines
No EOL
259 B
TypeScript

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