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

    Class ZodBranded<T, B>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _input: T["_input"]
    _output: T["_output"] & Zod.BRAND<B>
    _type: T["_output"] & Zod.BRAND<B>
    spa: (
        data: unknown,
        params?: Partial<Zod.ParseParams>,
    ) => Promise<
        Zod.SafeParseReturnType<T["_input"], T["_output"] & Zod.BRAND<B>>,
    >

    Alias of safeParseAsync

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    Methods

    • Parameters

      • description: string

      Returns this

    • Returns T