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)
Thu, Apr 24, 9:43 PM
Unknown Object (File)
Mon, Apr 21, 7:17 AM
Unknown Object (File)
Mon, Apr 21, 7:17 AM
Unknown Object (File)
Sun, Apr 20, 11:07 AM
Unknown Object (File)
Fri, Apr 18, 4:08 AM
Unknown Object (File)
Fri, Apr 18, 4:08 AM
Unknown Object (File)
Thu, Apr 17, 8:11 AM
Unknown Object (File)
Tue, Apr 15, 12:48 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
No Lint Coverage
Unit
No Test Coverage

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.