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

    Class ZodRecord<Key, Value>

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _input: Zod.RecordType
    _output: Zod.RecordType
    spa: (
        data: unknown,
        params?: Partial<Zod.ParseParams>,
    ) => Promise<
        Zod.SafeParseReturnType<
            Zod.RecordType<Key["_input"], Value["_input"]>,
            Zod.RecordType<Key["_output"], Value["_output"]>,
        >,
    >

    Alias of safeParseAsync

    Accessors

    • get description(): undefined | string

      Returns undefined | string

    • get keySchema(): Key

      Returns Key

    Methods

    • Parameters

      • description: string

      Returns this