Type alias ExtraConfig<T>
ExtraConfig<T>: { config?: T; wrapper?: ((config) => Promise<T>); } Type Parameters
- T extends Config.InitialOptions | Config.InitialProjectOptions
Type declaration
Optional
config?: T
Optional
wrapper?: ((config) => Promise<T>)
- (config): Promise<T>
Returns Promise<T>
This is the type for values in the optional object that can be passed to each config exported by this package.