UNPKG

appwrite-utils

Version:
4 lines (3 loc) 190 B
import { z } from "zod"; export declare const PlatformSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>; export type Platform = z.infer<typeof PlatformSchema>;