Type Alias AsyncFactoryFn<TInput, TOutput>

AsyncFactoryFn: (value: TInput) => Promisable<NoneFunc<TOutput>>

IMPORT_PATH: "@daiso-tech/core/utilities"

Type Parameters

  • TInput
  • TOutput