Type alias ParamsCollection

ParamsCollection: {
    bggrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
    brief?: true;
    collid?: string;
    comment?: 0 | 1;
    excludesubtype?: string;
    hasparts?: 0 | 1;
    id?: string[];
    maxplays?: string;
    minbggrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
    minplays?: string;
    minrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
    modifiedsince?: string;
    own?: 0 | 1;
    played?: 0 | 1;
    preordered?: 0 | 1;
    prevowned?: 0 | 1;
    rated?: 0 | 1;
    rating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
    showprivate?: true;
    stats?: true;
    subtype?: boardgame | boardgameaccessory | boardgameexpansion | rpgissue | rpgitem | videogame;
    trade?: 0 | 1;
    username: string;
    version?: true;
    want?: 0 | 1;
    wantparts?: 0 | 1;
    wanttobuy?: 0 | 1;
    wanttoplay?: 0 | 1;
    wishlist?: 0 | 1;
    wishlistpriority?: 1 | 2 | 3 | 4 | 5;
}

Type declaration

  • Optional bggrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  • Optional brief?: true
  • Optional collid?: string
  • Optional comment?: 0 | 1
  • Optional excludesubtype?: string
  • Optional hasparts?: 0 | 1
  • Optional id?: string[]
  • Optional maxplays?: string
  • Optional minbggrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  • Optional minplays?: string
  • Optional minrating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  • Optional modifiedsince?: string
  • Optional own?: 0 | 1
  • Optional played?: 0 | 1
  • Optional preordered?: 0 | 1
  • Optional prevowned?: 0 | 1
  • Optional rated?: 0 | 1
  • Optional rating?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10
  • Optional showprivate?: true
  • Optional stats?: true
  • Optional subtype?: boardgame | boardgameaccessory | boardgameexpansion | rpgissue | rpgitem | videogame
  • Optional trade?: 0 | 1
  • username: string
  • Optional version?: true
  • Optional want?: 0 | 1
  • Optional wantparts?: 0 | 1
  • Optional wanttobuy?: 0 | 1
  • Optional wanttoplay?: 0 | 1
  • Optional wishlist?: 0 | 1
  • Optional wishlistpriority?: 1 | 2 | 3 | 4 | 5