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 69351f2 commit f6deb86Copy full SHA for f6deb86
pkgs/typed-api-spec/src/fetch/index.t-test.ts
@@ -1,4 +1,5 @@
1
import {
2
+ ApiEndpointsSchema,
3
AsJsonApi,
4
DefineApiEndpoints,
5
ExcessiveQueryError,
@@ -9,7 +10,6 @@ import FetchT, { ValidateUrl } from "./index";
9
10
import JSONT, { JsonStringifyResult } from "../json";
11
import { Equal, Expect } from "../core/type-test";
12
import { C } from "../compile-error-utils";
-import { ApiEndpointsSchema } from "../../dist";
13
import z from "zod";
14
const JSONT = JSON as JSONT;
15
0 commit comments