interface QueueSnapshot {
    bag: BagSnapshot;
    value: Engine.Mino[];
}

Properties

Properties

value: Engine.Mino[]