Skip to content

Commit b74e5fa

Browse files
committed
add zedSchema param
1 parent 9d5eb4e commit b74e5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/common/src/wire-format.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export interface DataShape55 {
6666
// [ ] rename this to something else - disambiguate from DataShape in base-course
6767
name: NamespacedDatashape;
6868
questionTypes: PouchDB.Core.DocumentId[];
69+
serializedZodSchema?: string;
6970
}
7071

7172
type NamespacedQuestion = string; // ${course}.question.${question}

0 commit comments

Comments
 (0)