Skip to content

Commit 525f412

Browse files
committed
ElementPropertyInfo hasA TypeInfo (and not a ClassInfo) in d.ts
1 parent 0a3a226 commit 525f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/src/main/typescript/Jsonix.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ interface AbstractElementPropertyInfo extends PropertyInfo {
265265
* @extends {AbstractElementPropertyInfo}
266266
*/
267267
interface ElementPropertyInfo extends AbstractElementPropertyInfo {
268-
typeInfo: ClassInfo | string;
268+
typeInfo: TypeInfo | string;
269269
elementName: QName;
270270
}
271271

0 commit comments

Comments
 (0)