All files / src/apps/sources/redux actionTypes.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 91x 1x 1x 1x 1x 1x 1x 1x  
export const CREATE_SOURCE_ACTION = "sources/create";
export const EDIT_SOURCE_ACTION = "sources/edit";
export const RETRIEVE_SOURCES_ACTION = "sources/retrieveSources";
export const RETRIEVE_SOURCE_ACTION = "sources/retrieveSource";
export const RETRIEVE_SOURCE_VERSIONS_ACTION = "sources/retrieveVersions";
export const CREATE_SOURCE_VERSION_ACTION = "sources/createVersion";
export const EDIT_SOURCE_VERSION_ACTION = "sources/editVersion";
export const TOGGLE_SHOW_VERIFIED_ACTION = "sources/toggleShowVerified";