UNPKG

@cfwest/api-client

Version:

Unofficial CrossFire West ApiClient implementation.

12 lines (11 loc) 306 B
import { BaseResponse } from './base'; export declare namespace LottoEvent { interface Response extends BaseResponse { lastwinner: LottoEvent.WinnerInfo[]; list: LottoEvent.WinnerInfo[]; } interface WinnerInfo { IGN: string; DATETIME: string; } }