Integration App SDK - v1.14.0
    Preparing search index...

    Interface ZodEffectsDef<T>

    interface ZodEffectsDef<T extends ZodTypeAny = ZodTypeAny> {
        errorMap?: ZodErrorMap;
        description?: string;
        schema: T;
        typeName: ZodEffects;
        effect: Effect<any>;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    errorMap?: ZodErrorMap
    description?: string
    schema: T
    typeName: ZodEffects
    effect: Effect<any>