cal.pub0.org/packages/app-store/make/zod.ts

8 lines
148 B
TypeScript
Raw Normal View History

import { z } from "zod";
export const appDataSchema = z.object({});
export const appKeysSchema = z.object({
invite_link: z.string().min(1),
});