export const Modes = Object.freeze({ PURCHASE: 'purchase', EXPENSE: 'expense' }) export const States = Object.freeze({ NONE: 'none', PROCESSING: 'processing', DONE: 'done', ERROR: 'error' })