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

7 lines
No EOL
228 B
TypeScript

import { AccountInfo } from "./AccountInfo.js";
import { TokenResponse } from "./TokenResponse.js";
export type AuthResult = {
token: TokenResponse;
account: AccountInfo;
};
//# sourceMappingURL=AuthResult.d.ts.map