1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/src/component/Reporting/constants.js

12 lines
284 B
JavaScript
Raw Normal View History

/* SORT TYPES */
export const NAME = 'name';
export const LAST_SEEN = 'lastSeen';
export const CREATED = 'created';
export const EXPIRED = 'expired';
export const STATUS = 'status';
export const REPORT = 'report';
/* DAYS */
export const FOURTYDAYS = 40;
export const SEVENDAYS = 7;