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

    Class ZodLazy<T>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _input: Zod.input
    _output: Zod.output
    _type: Zod.output
    spa: (
        data: unknown,
        params?: Partial<Zod.ParseParams>,
    ) => Promise<Zod.SafeParseReturnType<Zod.input<T>, Zod.output<T>>>

    Alias of safeParseAsync

    create: <T_1 extends Zod.ZodTypeAny>(
        getter: () => T_1,
        params?: Zod.RawCreateParams,
    ) => Zod.ZodLazy<T_1>

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    • get schema(): T

      Returns T

    Methods

    • Parameters

      • description: string

      Returns this