| /* generated using openapi-typescript-codegen -- do no edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| import type { ApplicationModel } from './ApplicationModel'; | |
| import type { Step } from './Step'; | |
| export type ApplicationLogs = { | |
| application: ApplicationModel; | |
| steps: Array<Step>; | |
| }; |