UNPKG

arvo-core

Version:

This core package contains all the core classes and components of the Arvo Event Driven System

11 lines (10 loc) 246 B
import { z } from 'zod'; export declare const ArvoContractValidators: { contract: { uri: z.ZodEffects<z.ZodString, string, string>; domain: z.ZodNullable<z.ZodString>; }; record: { type: z.ZodString; }; };