Type Alias GetSetsResponse

GetSetsResponse: BricklinkApiSuccessResponse<MatchesSubResponse<{
    sets: BricksetSet[];
}>>