Raw slot update.

1.0.0

interface RawSlotInfo {
    parent?: string;
    slot: string;
    status: string | number;
}

Properties

Properties

parent?: string
slot: string
status: string | number