// (C) 2007-2019 GoodData Corporation export interface IDataSetsSelector { type: "ALL" | "PRODUCTION" | "CUSTOM"; customIdentifiers?: string[]; }