blob: ebff50c006139c6aad36d55134fc29a0fb93d9a5 [file]
/* 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;
};