UNPKG

@azuro-org/dictionaries

Version:
26 lines (25 loc) 824 B
declare const _default: { marketNames: Record<string, string>; marketDescriptions: Record<string, string>; marketOrders: Record<string, string[]>; gamePeriods: Record<string, string>; gameTypes: Record<string, string>; gameVarieties: Record<string, string>; markets: Record<string, string>; outcomes: { [x: string]: { selectionId: number; marketId: number; gamePeriodId: number; gameTypeId: number; gameVarietyId: number; pointsId: number | null; teamPlayerId: number | null; }; }; points: Record<string, string>; selections: Record<string, string>; sports: Record<string, string>; teamPlayers: Record<string, string>; }; export default _default;