/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SpaceDescriptionV1 { value: string; representation: "plain" | "view"; embeddedContent: Array<{}>; [x: string]: any; } //# sourceMappingURL=SpaceDescriptionV1.d.ts.map