Skip to content

Commit

Permalink
fix: fix incomplete type (#8885)
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi authored Nov 25, 2024
1 parent 52a3c0a commit 4a53562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/src/connectors/admin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ export const AdminResponseSchema = t.union([
TemporalCheckQueueResponseSchema,
TemporalUnprocessedWorkflowsResponseSchema,
IntercomForceResyncArticlesResponseSchema,
ZendeskCheckIsAdminResponseSchema,
]);

export type AdminResponseType = t.TypeOf<typeof AdminResponseSchema>;

0 comments on commit 4a53562

Please sign in to comment.