Interface getMinifigCollectionParams

interface getMinifigCollectionParams {
    owned?: true;
    query?: string;
    wanted?: true;
}

Properties

Properties

owned?: true
query?: string

This can be a minifig number or name. Wildcards are added before and after. If omitted, all minifigs owned are returned.

wanted?: true