Skip to main content
Version: Next 🚧

[I] DecoratorImplementations

Type for the $decorators export from libraries.

Example

export const $decorators = {
"Azure.Core": {
flags: $flags,
"foo-bar": fooBarDecorator
}
}

Indexable

[namespace: string]: object