Interface SpaceSys

System managed metadata for spaces

interface SpaceSys {
    id: string;
    type: "Space";
}

Hierarchy (view full)

Properties

Properties

id: string
type: "Space"