6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
import { AccountInfo } from "@azure/msal-common";
|
|
export type SignOutRequest = {
|
|
account: AccountInfo;
|
|
correlationId?: string;
|
|
};
|
|
//# sourceMappingURL=SignOutRequest.d.ts.map
|