Skip to content

Commit 6ed1b10

Browse files
author
Scott Hardy
committed
v1.1.6 changelog
1 parent 18c2b9f commit 6ed1b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/npm_release_files/ts_serialize.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ declare module "@gamebridgeai/ts_serialize" {
130130
) => Serializable;
131131

132132
export function polymorphicClassFromJSON<T extends Serializable>(
133-
classPrototype: SerializableConstructor<T>,
133+
classPrototype: Object & { prototype: T },
134134
input: string | JSONValue | Object,
135135
): T;
136136

0 commit comments

Comments
 (0)