UNPKG

appwrite-utils

Version:
19 lines (18 loc) 285 B
import { z } from "zod"; export const FrameworkSchema = z.enum([ "analog", "angular", "nextjs", "react", "nuxt", "vue", "sveltekit", "astro", "tanstack-start", "remix", "lynx", "flutter", "react-native", "vite", "other", ]);