Interface DecoratorContext<T>

interface DecoratorContext<T> {
    metadata: _DecoratorMetadata<T>;
}

Type Parameters

Properties

Properties