/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * represents the status of a container. */ export type ContainerStatus = { ContainerID?: string; PID?: number; ExitCode?: number; };