/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SmartLinkLinksAsResponse { /** * Web UI link of the content. */ webui?: string; } //# sourceMappingURL=SmartLinkLinksAsResponse.d.ts.map