Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

✏️ typo

+1 -5
+1 -5
apps/server/src/v1/whoami/schema.ts
··· 1 1 import { z } from "@hono/zod-openapi"; 2 - import { allPlans } from "@openstatus/db/src/schema/plan/config"; 3 - import { limitSchema } from "@openstatus/db/src/schema/plan/schema"; 2 + 4 3 import { workspacePlans } from "@openstatus/db/src/schema/workspaces/constants"; 5 4 6 5 export const schema = z.object({ 7 - workspaceId: z.number().openapi({ 8 - description: "The current workspace id", 9 - }), 10 6 name: z 11 7 .string() 12 8 .openapi({ description: "The current workspace name" })