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