hyperspace-desktop-client-w.../src/types/SessionData.tsx

6 lines
128 B
TypeScript

export type SaveClientSession = {
clientId: string;
clientSecret: string;
authUrl: string;
emergency: boolean;
}