Interface FilterConfig

interface FilterConfig {
    filterFromStart: boolean;
}

Properties

Properties

filterFromStart: boolean