interface Kiosk {
    allow_extensions: Boolean;
    id: UID;
    item_count: number;
    owner: string;
    profits: bigint;
}

Properties

allow_extensions: Boolean
id: UID
item_count: number
owner: string
profits: bigint