Commit 59377547 authored by 郑磊's avatar 郑磊

更新类型定义

parent 46000125
/// <reference path="./data.d.ts" />
/**
* 皇冠数据结构
*/
declare namespace Crown {
declare type Language = 'zh-cn' | 'en-us' | 'zh-tw'
type Language = 'zh-cn' | 'en-us' | 'zh-tw'
/**
* 皇冠比赛数据
*/
declare interface MatchInfo {
interface MatchInfo {
/**
* 比赛时间
*/
......@@ -50,6 +52,11 @@ declare namespace Crown {
* 盘口id
*/
gid: string
/**
* 滚球盘口id
*/
hgid: string
datetime: string
/**
* 盘口类型 0-赛果 146-角球
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment