重构
This commit is contained in:
@@ -122,12 +122,14 @@ export const PARLAY_MIN_LEGS = 2;
|
||||
export const PARLAY_MAX_LEGS = 5;
|
||||
|
||||
export * from './betting-rules';
|
||||
export * from './market-catalog';
|
||||
export * from './locale';
|
||||
export * from './builtinPlayers';
|
||||
export * from './playerLocale';
|
||||
export * from './playerUsername';
|
||||
export * from './initial-depositRemark';
|
||||
export * from './phone-countries';
|
||||
export * from './match-time';
|
||||
|
||||
export interface ApiResponse<T = unknown> {
|
||||
success: boolean;
|
||||
|
||||
Reference in New Issue
Block a user