mirror of
https://github.com/sern-handler/website
synced 2026-06-06 17:26:50 +00:00
1006 B
1006 B
id, title, sidebar_label, sidebar_position, custom_edit_url
| id | title | sidebar_label | sidebar_position | custom_edit_url |
|---|---|---|---|---|
| DependencyConfiguration | Interface: DependencyConfiguration<T> | DependencyConfiguration | 0 | null |
Type parameters
| Name | Type |
|---|---|
T |
extends Dependencies |
Properties
build
• build: (root: Container<Omit<Dependencies, "@sern/client">, {}>) => Container<T, {}>
Type declaration
▸ (root): Container<T, {}>
Parameters
| Name | Type |
|---|---|
root |
Container<Omit<Dependencies, "@sern/client">, {}> |
Returns
Container<T, {}>
Defined in
exclude
• Optional exclude: Set<"@sern/logger">