curaflow/node_modules/nexus-rpc/lib/service/index.d.ts

3 lines
322 B
TypeScript

export { type ServiceDefinition, type OperationDefinition, type OperationMap, type OperationInput, type OperationOutput, type OperationKey, } from "./service-definition";
export { service, operation, type OperationOptions, type PartialOperationMap, type OperationMapFromPartial, type PartialOperation, } from "./helpers";