Type Alias GetThemesResponse

GetThemesResponse: BricklinkApiSuccessResponse<MatchesSubResponse<{
    themes: theme[];
}>>