Interface setMinifigCollectionParams

interface setMinifigCollectionParams {
    notes?: string;
    own: boolean;
    qtyOwned: number;
    want: boolean;
}

Properties

Properties

notes?: string

User notes, max 1000 characters

own: boolean

1 or 0. If 0 then qtyOwned is automatically set to 0

qtyOwned: number

0-999. If > 0 then own is automatically set to 1

want: boolean