countValuesQuery$variables: {
    dataset: string;
    form?: ExtendedViewForm | null;
    path: string;
    view: any[];
}

Type declaration

  • dataset: string
  • Optional form?: ExtendedViewForm | null
  • path: string
  • view: any[]

Generated using TypeDoc