UNPKG

@nucypher/taco

Version:

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

4 lines (3 loc) 302 B
export type OmitConditionType<T> = Omit<T, 'conditionType'>; export { contextParamSchema, paramOrContextParamSchema, } from './schemas/context'; export { BlockchainReturnValueTestProps, ReturnValueTestProps, blockchainReturnValueTestSchema, returnValueTestSchema, } from './schemas/return-value-test';