| /* generated using openapi-typescript-codegen -- do no edit */ | |
| /* istanbul ignore file */ | |
| /* tslint:disable */ | |
| /* eslint-disable */ | |
| import type { ApplicationSummary } from './ApplicationSummary'; | |
| export type ApplicationPage = { | |
| applications: Array<ApplicationSummary>; | |
| total: number; | |
| has_another_page: boolean; | |
| }; |