import { IHomepageApplicationV2Dto } from '../../index.js'; export type GetPublicApplicationsResponseBody = { applications: IHomepageApplicationV2Dto[]; }; //# sourceMappingURL=GetPublicApplicationsResponseBody.d.ts.map