UNPKG

@wca/helpers

Version:

Helpers and class definitions for WCA and WCIF

7 lines (6 loc) 115 B
export interface Series { id: string; name: string; shortName: string; competitionIds: string[]; }