Reference to an existing container

interface ContainerReference {
    externalId: string;
    space: string;
    type: "container";
}

Properties

Properties

externalId: string

External-id of the container

space: string

Id of the space hosting (containing) the container

type: "container"