Skip to content

Commit

Permalink
fix ConfluenceUpsertPageResponseSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
aubin-tchoi committed Dec 13, 2024
1 parent 3269ff6 commit 99dbf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/connectors/admin/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ConfluenceCommandSchema = t.type({
export type ConfluenceCommandType = t.TypeOf<typeof ConfluenceCommandSchema>;

export const ConfluenceUpsertPageResponseSchema = t.type({
success: t.union([t.literal(true), t.literal(false)]),
success: t.boolean,
});
export type ConfluenceUpsertPageResponseType = t.TypeOf<
typeof ConfluenceUpsertPageResponseSchema
Expand Down

0 comments on commit 99dbf60

Please sign in to comment.