| /* generated using openapi-typescript-codegen -- do no edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| export type ApplicationSummary = { | |
| app_id: string; | |
| first_written: string; | |
| last_written: string; | |
| num_steps: number; | |
| tags: Record<string, string>; | |
| }; |