Contains fields for each representation type requested.

interface SpaceDescription {
    plain?: BodyType;
    view?: BodyType;
}

Hierarchy

  • Record<string, unknown>
    • SpaceDescription

Properties

Properties

plain?: BodyType
view?: BodyType