UNPKG

appwrite-utils

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