/** * Generated by orval v8.3.0 🍺 * Do not edit manually. * Mission Control API * OpenAPI spec version: 0.1.0 */ /** * Connection payload returned from read endpoints. */ export interface ForgejoConnectionRead { name: string; base_url: string; token?: string | null; active?: boolean; id: string; organization_id: string; has_token: boolean; token_last_eight: string | null; created_at: string; updated_at: string; }