interface SpaceDescriptionV1 {
    embeddedContent: {
        [key: string]: unknown;
    }[];
    representation: "view" | "plain";
    value: string;
}

Hierarchy

  • Record<string, unknown>
    • SpaceDescriptionV1

Properties

embeddedContent: {
    [key: string]: unknown;
}[]
representation: "view" | "plain"
value: string