Interface setCollectionParams

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

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

rating?: number

User rating 1-5

want: boolean