import type { VersionV3 } from '../schemas/VersionV3'; import type { MetaV3 } from '../schemas/MetaV3'; import type { PageInfoV3 } from '../schemas/PageInfoV3'; export interface ListVersionsResponseBodyV3 extends PageInfoV3 { items: VersionV3[]; meta?: MetaV3; }