cal.pub0.org/packages/trpc/server/routers/loggedInViewer/apps.schema.ts

8 lines
181 B
TypeScript

import { z } from "zod";
export const ZAppsInputSchema = z.object({
extendsFeature: z.literal("EventType"),
});
export type TAppsInputSchema = z.infer<typeof ZAppsInputSchema>;