We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9305d48 commit a7c0f7bCopy full SHA for a7c0f7b
src/types/ReferenceType.ts
@@ -644,7 +644,10 @@ export class ParamTypeFromValueReferenceType extends BscType {
644
}
645
646
647
-
+/**
648
+ * Used when an IntersectionType has at least one member that may have default dynamic members.
649
+ * If the inner type is not resolvable, this type will resolve to DynamicType.
650
+ */
651
export class IntersectionWithDefaultDynamicReferenceType extends BscType {
652
constructor(public baseType: BscType) {
653
super('IntersectionWithDefaultDynamicReferenceType');
0 commit comments