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