6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
export type NativeSignOutRequest = {
|
|
clientId: string;
|
|
accountId: string;
|
|
correlationId: string;
|
|
};
|
|
//# sourceMappingURL=NativeSignOutRequest.d.ts.map
|