/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * container waiting error, if any */ export type ContainerWaitExitError = { /** * Details of an error */ Message?: string; };