Page MenuHomePhabricator

Introduce bulk db store redux action
ClosedPublic

Authored by marcin on Nov 23 2022, 6:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 7:13 AM
Unknown Object (File)
Thu, Apr 4, 9:50 AM
Unknown Object (File)
Wed, Apr 3, 3:22 PM
Unknown Object (File)
Wed, Apr 3, 4:53 AM
Unknown Object (File)
Wed, Apr 3, 4:53 AM
Unknown Object (File)
Wed, Apr 3, 4:53 AM
Unknown Object (File)
Wed, Apr 3, 4:53 AM
Unknown Object (File)
Wed, Apr 3, 4:52 AM
Subscribers

Details

Summary

This differential defines types for new bulk db store redux action

Test Plan

Make sure eslint and flow do not complain

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek added inline comments.
lib/types/redux-types.js
563 ↗(On Diff #18774)

For consistency, we should use ClientDBDraftInfo

This revision is now accepted and ready to land.Nov 23 2022, 9:28 AM

Export ClientDBDraftInfo and use it in redux-types

This revision was automatically updated to reflect the committed changes.