We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52d6d0 commit 4a3105cCopy full SHA for 4a3105c
frontend/src/utils/constants.ts
@@ -1,10 +1,2 @@
1
-import { TemplateType } from 'nhs-notify-backend-client';
2
-
3
export const MAX_SMS_CHARACTER_LENGTH = 918 as const;
4
export const MAX_EMAIL_CHARACTER_LENGTH = 100_000 as const;
5
6
-export enum TemplateTypeDigital {
7
- NHS_APP = TemplateType.NHS_APP,
8
- SMS = TemplateType.SMS,
9
- EMAIL = TemplateType.EMAIL,
10
-}
0 commit comments