import { PostFilter } from "./PostFilter"; export type PostFilterCreator = (val: TVal) => PostFilter;