-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core data: Fix some typing issues (#39212)
Part of #39211 Fixes a few small issues with the JSDoc types in @wordpress/core-data. - `undefined` was the wrong return type for the given files. removing that type to remove the error and leaving them untyped. - acknowledge that the `undoIgnore` parameter is optional for `editEntityRecord` - return type of `__experimentalBatch` is a function that returns a `Promise`, not a `Promise` Co-authored-by: Adam Zielinski <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters