export const STATUS = {
PRISTINE: 'pristine',
STARTED: 'started',
ERROR: 'has_error',
FAILED: 'failed',
SUCCESS: 'success',
};