synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
6 lines • 320 B
TypeScript
import { z } from 'zod';
/**
* Validates and converts a value to a valid Synapse INTEGER value
*/
export declare const integerSchema: z.ZodPipeline<z.ZodUnion<[z.ZodEffects<z.ZodString, string | null, string>, z.ZodNull, z.ZodNumber]>, z.ZodUnion<[z.ZodNull, z.ZodNumber]>>;
//# sourceMappingURL=IntegerSchema.d.ts.map