evoleasing-account/constants/actionTypes.js
2021-11-23 06:47:27 +03:00

5 lines
163 B
JavaScript

export const AUTH = 'AUTH';
export const USER = 'USER';
export const COMPANY = 'COMPANY';
export const CONTRACTS = 'CONTRACTS';
export const CALENDAR = 'CALENDAR';