UNPKG

@nucypher/taco

Version:

### [`nucypher/taco-web`](../../README.md)

5 lines (4 loc) 219 B
import { z } from 'zod'; export declare const CompoundConditionType = "compound"; export declare const compoundConditionSchema: z.ZodSchema; export type CompoundConditionProps = z.infer<typeof compoundConditionSchema>;