export interface Target { contextKind?: string; values: string[]; variation: number; }