UNPKG

appwrite-utils

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