RestAggQuery: {
    select?: string[];
    where?: string[];
}

REST aggregate query options

Type declaration

  • Optional select?: string[]
  • Optional where?: string[]

Generated using TypeDoc