UNPKG

sendingnetwork-bot-sdk

Version:
8 lines (7 loc) 102 B
/** * Sync filter information. */ export interface IFilterInfo { id: number; filter: any; }