Type Alias GetSubthemesResponse

GetSubthemesResponse: BricklinkApiSuccessResponse<MatchesSubResponse<{
    subthemes: subtheme[];
}>>