/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface TicketStatusAsResponse { name?: string; description?: string; colorName?: string; } //# sourceMappingURL=TicketStatusAsResponse.d.ts.map