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 f377004 commit 6867b7aCopy full SHA for 6867b7a
src/spec.types.test.ts
@@ -3,7 +3,7 @@
3
* - Static type checks to verify the Spec's types are compatible with the SDK's types
4
* (mutually assignable, w/ slight affordances to get rid of ZodObject.passthrough() index signatures, etc)
5
* - Runtime checks to verify each Spec type has a static check
6
- * (note: a few don't have SDK types, see TODOs in this file)
+ * (note: a few don't have SDK types, see MISSING_SDK_TYPES below)
7
*/
8
import * as SDKTypes from "./types.js";
9
import * as SpecTypes from "./spec.types.js";
0 commit comments