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