semblance-dev/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthResult.d.ts
2025-12-19 19:26:16 +00:00

7 lines
No EOL
228 B
TypeScript
Executable file

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