We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5eb4e commit b74e5faCopy full SHA for b74e5fa
packages/common/src/wire-format.ts
@@ -66,6 +66,7 @@ export interface DataShape55 {
66
// [ ] rename this to something else - disambiguate from DataShape in base-course
67
name: NamespacedDatashape;
68
questionTypes: PouchDB.Core.DocumentId[];
69
+ serializedZodSchema?: string;
70
}
71
72
type NamespacedQuestion = string; // ${course}.question.${question}
0 commit comments