NewDatasetRequest: {
    description?: string;
    name: string;
    panelId: number;
    query: string;
    scope: string;
}

Type declaration

  • Optionaldescription?: string
  • name: string
  • panelId: number
  • query: string
  • scope: string