interface Bag {
    id: UID;
    size: bigint;
}

Properties

Properties

id: UID
size: bigint