UNPKG

onebots

Version:

基于icqq的多例oneBot实现

11 lines (10 loc) 215 B
export declare namespace Config { interface AuthInfo { access_token?: string; } interface HttpReverseConfig { secret?: string; url: string; access_token?: string; } }