Interface IEventSearchOpts

interface IEventSearchOpts {
    filter?: IRoomEventFilter;
    term: string;
}

Properties

Properties

term: string