import type { ApplicationVersionFrontendDTO } from './ApplicationVersionFrontendDTO'; export type ApplicationVersionFrontendResponse = { data?: ApplicationVersionFrontendDTO; meta?: Record; };