Skip to content

Commit

Permalink
partners
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Oct 9, 2024
1 parent ce724eb commit 95ed4d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ui/fern-docs-auth/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { z } from "zod";

export const FernUserSchema = z.object({
// type: z.literal("user"),
// partner: z.union([z.literal("workos"), z.literal("ory"), z.literal("custom")]),
name: z.string().optional(),
email: z.string().optional(),
});
Expand Down

0 comments on commit 95ed4d6

Please sign in to comment.