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