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