/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface IconAsResponse { path: string; width: number; height: number; isDefault: boolean; } //# sourceMappingURL=IconAsResponse.d.ts.map