export interface IDataSetsSelector { type: "ALL" | "PRODUCTION" | "CUSTOM"; customIdentifiers?: string[]; }