Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
speedclimbing/website
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
dev
build
See recent builds
27 days ago
Refresh default branch
Refresh
src/types/LeagueGroup.ts
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
export type LeagueGroup = { id: string; name: string; continent: string; };