// (C) 2007-2019 GoodData Corporation export interface ISchemaDateFilter { dateFilter: { type: "relative" | "absolute"; granularity: string; }; }