Files
PasswordManager/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthResult.d.ts
RochesterX 6e820464d5 Initial
2025-11-12 10:13:24 -05:00

7 lines
222 B
TypeScript

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