export interface Selector { id: string; type?: string; criterias?: Map; }