Skip to content

Commit

Permalink
Add RemoteOperation types to public API (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-polunin committed Feb 10, 2023
1 parent 733f296 commit 90be139
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/spicy-lamps-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@farfetched/core': patch
---

Add RemoteOperation types to public API
5 changes: 5 additions & 0 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ export {
declareParams,
type ParamsDeclaration,
} from './src/remote_operation/params';
export {
type RemoteOperationResult,
type RemoteOperationError,
type RemoteOperationParams,
} from './src/remote_operation/type';

// Validation public API
export { type ValidationResult, type Validator } from './src/validation/type';
Expand Down

0 comments on commit 90be139

Please sign in to comment.