/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface LabelV1AsResponse { prefix: string; name: string; id: string; label: string; } //# sourceMappingURL=LabelV1AsResponse.d.ts.map