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

    Type Alias PreprocessEffect<T>

    type PreprocessEffect<T> = {
        transform: (arg: T, ctx: Zod.RefinementCtx) => any;
        type: "preprocess";
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    transform: (arg: T, ctx: Zod.RefinementCtx) => any
    type: "preprocess"