2026-02-06 16:12:04 +05:30
|
|
|
/**
|
|
|
|
|
* Generated by orval v8.2.0 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Mission Control API
|
|
|
|
|
* OpenAPI spec version: 0.1.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export interface GatewayRead {
|
2026-02-06 21:56:16 +05:30
|
|
|
created_at: string;
|
|
|
|
|
id: string;
|
2026-02-06 16:12:04 +05:30
|
|
|
main_session_key: string;
|
2026-02-06 21:56:16 +05:30
|
|
|
name: string;
|
2026-02-06 16:12:04 +05:30
|
|
|
skyll_enabled?: boolean;
|
|
|
|
|
token?: string | null;
|
|
|
|
|
updated_at: string;
|
2026-02-06 21:56:16 +05:30
|
|
|
url: string;
|
|
|
|
|
workspace_root: string;
|
2026-02-06 16:12:04 +05:30
|
|
|
}
|