Cristikijian/frontend-project-lvl2

View on GitHub
src/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const DELETED_TYPE = 'deleted';
export const ADDED_TYPE = 'added';
export const UNCHANGED_TYPE = 'none';
export const UPDATED_TYPE = 'updated';
export const NESTED_TYPE = 'nested';