Outlook_Addin_LLM/node_modules/@azure/msal-browser/dist/naa/AuthResult.d.ts

7 lines
222 B
TypeScript

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