export interface ISchemaDateFilter { dateFilter: { type: "relative" | "absolute"; granularity: string; }; }