Files
bigcapital/packages/server-nest/src/modules/MailNotification/constants.ts
2025-01-13 16:06:55 +02:00

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',
};