UNPKG

stackexchange-api

Version:
5 lines (4 loc) 107 B
import { Filter } from '../../index'; export interface FilterableRequest { filter?: Filter | string; }