UNPKG

appwrite-utils

Version:
3 lines (2 loc) 81 B
import { z } from "zod"; export const AdapterSchema = z.enum(["static", "ssr"]);