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