AttributeJsType<T>: T extends Attribute<infer JsType, any>
    ? JsType
    : never

Type Parameters