import { IApiV3Dto, IHomepageApiV3Dto } from '../../index.js'; export type GetPublicApisResponseBody = { apis: IApiV3Dto[] | IHomepageApiV3Dto[]; };