/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * EngineDescription provides information about an engine. */ export type EngineDescription = { EngineVersion?: string; Labels?: Record; Plugins?: Array<{ Type?: string; Name?: string; }>; };