UNPKG

@cloudbet/market-helper

Version:

SDK to generate localized sport market information

8 lines (7 loc) 247 B
/** @obsolete use Record<string, T> instead */ export declare type StringDictionary<T> = Record<string, T>; export declare type ReturnValue<T> = [T, Error | null]; export interface SelectionCountPerLine { count: number; hasLay: boolean; }