@azuro-org/dictionaries
Version:
CLI and set of helpers to work with Azuro protocol dictionaries
26 lines (25 loc) • 824 B
TypeScript
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;