import { ExportedApiV3Dto, IApiV3Dto } from '../api/index.js'; export type GetApiResponseBody = IApiV3Dto | ExportedApiV3Dto;