3 lines
322 B
TypeScript
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";
|