/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SimpleLinkAsResponse { href?: string; iconClass?: string; id?: string; label?: string; styleClass?: string; title?: string; weight?: number; } //# sourceMappingURL=SimpleLinkAsResponse.d.ts.map