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