Type alias AttributeDecoratorContext<T, K, P>

AttributeDecoratorContext<T, K, P>: ClassFieldDecoratorContext<T, P["nullable"] extends true
    ? Optional<K>
    : K>

Type Parameters

Generated using TypeDoc