Skip to content

Commit 6867b7a

Browse files
ochafikchenxi-null
authored andcommitted
Update spec.types.test.ts
1 parent f377004 commit 6867b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec.types.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* - Static type checks to verify the Spec's types are compatible with the SDK's types
44
* (mutually assignable, w/ slight affordances to get rid of ZodObject.passthrough() index signatures, etc)
55
* - 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)
6+
* (note: a few don't have SDK types, see MISSING_SDK_TYPES below)
77
*/
88
import * as SDKTypes from "./types.js";
99
import * as SpecTypes from "./spec.types.js";

0 commit comments

Comments
 (0)