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

    Type Alias TransformEffect<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

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