/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface VersionUsageInCustomFieldAsResponse { /** * The ID of the custom field. */ customFieldId?: number; /** * The name of the custom field. */ fieldName?: string; /** * Count of the issues where the custom field contains the version. */ issueCountWithVersionInCustomField?: number; } //# sourceMappingURL=VersionUsageInCustomFieldAsResponse.d.ts.map