ConfigInput

ConfigInput — API reference.

View source ↗

Type

type ConfigInput =
  | Config
  | Promise<Config>
  | ConfigInputFnObj
  | ConfigInputFnPromise
  | ConfigInputFn;

On this page