Skip to main content
Version: Latest (0.60.x)

[I] DecoratorImplementations

Type for the $decorators export from libraries.

Example

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

Indexable

[namespace: string]: object