/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface LabelAsResponse { /** * ID of the label. */ id?: string; /** * Name of the label. */ name?: string; /** * Prefix of the label. */ prefix?: string; } //# sourceMappingURL=LabelAsResponse.d.ts.map