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