19 lines
350 B
TypeScript
19 lines
350 B
TypeScript
/**
|
|
* Generated by orval v8.2.0 🍺
|
|
* Do not edit manually.
|
|
* Mission Control API
|
|
* OpenAPI spec version: 0.1.0
|
|
*/
|
|
|
|
export interface GatewayRead {
|
|
created_at: string;
|
|
id: string;
|
|
main_session_key: string;
|
|
name: string;
|
|
skyll_enabled?: boolean;
|
|
token?: string | null;
|
|
updated_at: string;
|
|
url: string;
|
|
workspace_root: string;
|
|
}
|