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