Skip to content

Commit

Permalink
fix: add test type to test release process
Browse files Browse the repository at this point in the history
  • Loading branch information
qhantom committed Jul 4, 2023
1 parent 6a1be6f commit 9a9d1e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/types/src/right.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ export const rightOutputSchema = basePropertiesSchema.pick({ id: true }).merge(
)

export type RightOutput = z.infer<typeof rightOutputSchema>

export type TestType = true

2 comments on commit 9a9d1e0

@vercel
Copy link

@vercel vercel bot commented on 9a9d1e0 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9a9d1e0 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.