UNPKG

sendingnetwork-bot-sdk

Version:
8 lines (7 loc) 135 B
/** * Sync filter information. */ export interface IFilterInfo { id: number; filter: any; // TODO: Define what a filter is }