UNPKG

@nucypher/taco

Version:

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

5 lines (4 loc) 231 B
import { z } from 'zod'; export declare const IfThenElseConditionType = "if-then-else"; export declare const ifThenElseConditionSchema: z.ZodSchema; export type IfThenElseConditionProps = z.infer<typeof ifThenElseConditionSchema>;