UNPKG

@azure/msal-browser

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