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

6 lines
128 B
TypeScript
Raw Normal View History

2019-04-07 23:25:39 +02:00
export type SaveClientSession = {
clientId: string;
clientSecret: string;
authUrl: string;
2019-04-23 01:05:30 +02:00
emergency: boolean;
2019-04-07 23:25:39 +02:00
}