Strategy

Type Alias: Strategy

ts
type Strategy = 
  | DebounceStrategy
  | QueueStrategy
  | ThrottleStrategy
  | BatchStrategy;
type Strategy = 
  | DebounceStrategy
  | QueueStrategy
  | ThrottleStrategy
  | BatchStrategy;

Defined in: packages/db/src/strategies/types.ts:113

Union type of all available strategies