export interface Container { id: number name: string | null image: string | null labels: Record status: string health: string owner: string environment: string[] }