/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { SimpleLink } from './simple_link'; export interface Version { expand?: string; self?: string; id?: string; description?: string; name?: string; archived?: boolean; released?: boolean; overdue?: boolean; startDate?: string; releaseDate?: string; userStartDate?: string; userReleaseDate?: string; projectId?: number; moveUnfixedIssuesTo?: string; operations?: SimpleLink[]; } //# sourceMappingURL=version.d.ts.map