evoleasing-account/constants/actionTypes.js
2021-11-25 12:43:03 +01:00

6 lines
199 B
JavaScript

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