Type alias BoosterEvent

BoosterEvent: {
    boostValue: number;
    field: string;
}

Type declaration

  • boostValue: number
  • field: string

Generated using TypeDoc