Skip to main content
zerotal

Documentation


Documentation / zerotal / build / RegisterProviderOptions

Interface: RegisterProviderOptions

Defined in: packages/core/src/build/codemod.ts:38

Properties

className

className: string

Defined in: packages/core/src/build/codemod.ts:39


importPath

importPath: string

Defined in: packages/core/src/build/codemod.ts:41

Import specifier, e.g. '../app/providers/FooProvider.ts' or '@zerotal/foo'.


bootstrapPath?

optional bootstrapPath?: string

Defined in: packages/core/src/build/codemod.ts:43

Bootstrap file. Default: 'bootstrap/providers.ts'.