A minimal gear reference for planning a container move.

interface GearContainerRef {
    containerId?: null | string;
    id: string;
}

Properties

Properties

containerId?: null | string

The id of the container it currently sits in, if any.

id: string

The gear item's id.