Skip to content

Commit

Permalink
Export Multi-status Result type (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarijitray authored Oct 1, 2024
1 parent 0107751 commit d257b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/core/src/destination-kit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export type {
ActionHookResponse,
ActionHookType,
ExecuteInput,
RequestFn
RequestFn,
Result
}
export { hookTypeStrings }
export type { MinimalInputField }
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export type {
MinimalInputField,
StateContext,
StatsContext,
Preset
Preset,
Result
} from './destination-kit'

export type {
Expand Down

0 comments on commit d257b62

Please sign in to comment.