Type Alias ValOrFuncOp<T, TArgs>

ValOrFuncOp: T | Fof<T | undefined, TArgs> | undefined

Type for a value of type T|undefined or a function that returns a value of type T|undefined

Type Parameters

  • T
  • TArgs extends any[] = any[]