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

    Class ZodEffects<T, Output, Input>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _type: Output
    _output: Output
    _input: Input
    "~standard": Props<Input, Output>
    spa: (
        data: unknown,
        params?: InexactPartial<ParseParams>,
    ) => Promise<SafeParseReturnType<Input, Output>>

    Alias of safeParseAsync

    create: <I extends ZodTypeAny>(
        schema: I,
        effect: Effect<I["_output"]>,
        params?: RawCreateParams,
    ) => ZodEffects<I, I["_output"]>
    createWithPreprocess: <I extends ZodTypeAny>(
        preprocess: (arg: unknown, ctx: RefinementCtx) => unknown,
        schema: I,
        params?: RawCreateParams,
    ) => ZodEffects<I, I["_output"], unknown>

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    Methods

    • Parameters

      • description: string

      Returns this

    • Returns boolean

    • Returns boolean

    • Returns T

    • Returns T