/** * Generated by orval v8.3.0 🍺 * Do not edit manually. * Mission Control API * OpenAPI spec version: 0.1.0 */ /** * Payload for creating a gateway configuration. */ export interface GatewayCreate { allow_insecure_tls?: boolean; disable_device_pairing?: boolean; name: string; token?: string | null; url: string; workspace_root: string; }