Skip to content

Commit

Permalink
Fix typo in PreformBulkSuccessItem
Browse files Browse the repository at this point in the history
  • Loading branch information
kola-er committed May 15, 2024
1 parent 6be0d3d commit 5b7ac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ interface PerformBulkSuccessItem {
error?: string;
}

interface PreformBulkErrorItem {
interface PerformBulkErrorItem {
outputData?: { [x: string]: any };
error: string;
}
Expand Down

0 comments on commit 5b7ac13

Please sign in to comment.