Type alias BQConfig

BQConfig: {
    cache: boolean;
    rescoreLimit: number;
    type: "bq";
}

Type declaration

  • cache: boolean
  • rescoreLimit: number
  • type: "bq"