import type { ListVersion } from '../schemas/ListVersion'; import type { Status } from '../schemas/Status'; export interface ListVersionResponseResponse { data: ListVersion; status: Status; }