UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

6 lines 385 B
import { z } from 'zod'; /** * Validates and converts a value to a valid Synapse DOUBLE value. Zod will return an error if the value cannot be converted to a number. */ export declare const doubleSchema: z.ZodEffects<z.ZodUnion<[z.ZodNumber, z.ZodNaN, z.ZodEffects<z.ZodString, string | number, string>]>, string | number, string | number>; //# sourceMappingURL=DoubleSchema.d.ts.map