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

    Variable coerceConst

    coerce: {
        bigint: (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: boolean },
        ) => Zod.ZodBigInt;
        boolean: (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: boolean },
        ) => Zod.ZodBoolean;
        date: (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: boolean },
        ) => Zod.ZodDate;
        number: (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: boolean },
        ) => Zod.ZodNumber;
        string: (
            params?: {
                description?: string;
                errorMap?: Zod.ZodErrorMap;
                invalid_type_error?: string;
                required_error?: string;
            } & { coerce?: true },
        ) => Zod.ZodString;
    }

    Type Declaration

    • bigint: (
          params?: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: boolean },
      ) => Zod.ZodBigInt
    • boolean: (
          params?: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: boolean },
      ) => Zod.ZodBoolean
    • date: (
          params?: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: boolean },
      ) => Zod.ZodDate
    • number: (
          params?: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: boolean },
      ) => Zod.ZodNumber
    • string: (
          params?: {
              description?: string;
              errorMap?: Zod.ZodErrorMap;
              invalid_type_error?: string;
              required_error?: string;
          } & { coerce?: true },
      ) => Zod.ZodString