UNPKG

@wca/helpers

Version:

Helpers and class definitions for WCA and WCIF

9 lines (8 loc) 204 B
export interface RegistrationInfo { openTime: string; closeTime: string; baseEntryFee: number; currencyCode: string; onTheSpotRegistration: boolean; useWcaRegistration: boolean; }