UNPKG

@vector-im/matrix-bot-sdk

Version:

TypeScript/JavaScript SDK for Matrix bots and appservices

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