Type Alias GetMinifigCollectionResponse

GetMinifigCollectionResponse: BricklinkApiSuccessResponse<MatchesSubResponse<{
    minifigs: minifigCollection[];
}>>