interface Kiosk {
    allow_extensions: boolean;
    id: _0x2.object$.UID;
    item_count: number;
    owner: string;
    profits: bigint;
}

Properties

allow_extensions: boolean
item_count: number
owner: string
profits: bigint