Skip to content

Commit e2b39cb

Browse files
committed
More tidying
1 parent 474a333 commit e2b39cb

File tree

1 file changed

+0
-9
lines changed
  • packages/core/src/v3/schemas

1 file changed

+0
-9
lines changed

packages/core/src/v3/schemas/api.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,15 +1013,6 @@ export const WaitForWaitpointTokenResponseBody = z.object({
10131013
});
10141014
export type WaitForWaitpointTokenResponseBody = z.infer<typeof WaitForWaitpointTokenResponseBody>;
10151015

1016-
export const CreateWaitpointHttpCallbackResponseBody = z.object({
1017-
id: z.string(),
1018-
url: z.string(),
1019-
isCached: z.boolean(),
1020-
});
1021-
export type CreateWaitpointHttpCallbackResponseBody = z.infer<
1022-
typeof CreateWaitpointHttpCallbackResponseBody
1023-
>;
1024-
10251016
export const WaitForDurationRequestBody = z.object({
10261017
/**
10271018
* An optional idempotency key for the waitpoint.

0 commit comments

Comments
 (0)