@rendley/sdk - v1.12.6
    Preparing search index...

    Interface ZodEffectsDef<T>

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

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