Type Alias AttributeDecoratorContext<T, K, P>

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

Type Parameters