speedclimbing/website

View on GitHub
src/types/Season.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type Season = {
    id: string;
    year: number;
};