feat: ts support, all declaration

This commit is contained in:
a632079
2020-09-05 15:54:03 +08:00
parent 40f8c7601c
commit 139e9a1a39
130 changed files with 512 additions and 385 deletions

View File

@ -1,5 +1,6 @@
import { RequestBaseConfig } from './base'
export interface EventRequestConfig extends RequestBaseConfig {
}
export interface EventRequestConfig extends RequestBaseConfig {
pagesize?: number
lasttime?: number
}