interface SpaceDescription {
    embeddedContent: {}[];
    representation: string;
    value: string;
}

Properties

embeddedContent: {}[]

Type declaration

    representation: string
    value: string

    Generated using TypeDoc v0.25.12