Skip to content

Commit

Permalink
config: define email template constants
Browse files Browse the repository at this point in the history
  • Loading branch information
bjardon committed Nov 28, 2024
1 parent ac593bf commit 5ffa0b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/gift-exchanges/constants/email-templates.constant.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const EMAIL_TEMPLATES = {
WELCOME_EMAIL: 1,
DRAW_EMAIL: 3,
};
1 change: 1 addition & 0 deletions src/app/gift-exchanges/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './collections.constant';
export * from './email-templates.constant';

0 comments on commit 5ffa0b9

Please sign in to comment.