mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 02:10:30 +00:00
7 lines
229 B
TypeScript
7 lines
229 B
TypeScript
export const ERRORS = {
|
|
MAIL_FROM_NOT_FOUND: 'Mail from address not found',
|
|
MAIL_TO_NOT_FOUND: 'Mail to address not found',
|
|
MAIL_SUBJECT_NOT_FOUND: 'Mail subject not found',
|
|
MAIL_BODY_NOT_FOUND: 'Mail body not found',
|
|
};
|