/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IconAsResponse { id: string; name: string; /** * A url to the icon to display with small resolution */ url16: string; /** * A url to the icon to display with large resolution */ url48: string; } //# sourceMappingURL=IconAsResponse.d.ts.map