/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface SpaceDescriptionCreate { plain: { /** * The space description. */ value?: string; /** * Set to 'plain'. */ representation?: string; [x: string]: any; }; } //# sourceMappingURL=SpaceDescriptionCreate.d.ts.map