diff --git a/lib/src/cmsd/CMSD_DYNAMIC.ts b/lib/src/cmsd/CMSD_DYNAMIC.ts index 9df41ae7..6e8144bf 100644 --- a/lib/src/cmsd/CMSD_DYNAMIC.ts +++ b/lib/src/cmsd/CMSD_DYNAMIC.ts @@ -5,4 +5,4 @@ * * @beta */ -export const CMSD_DYNAMIC = 'CMSD-Dynamic' as const; +export const CMSD_DYNAMIC = 'CMSD-Dynamic'; diff --git a/lib/src/cmsd/CMSD_STATIC.ts b/lib/src/cmsd/CMSD_STATIC.ts index faae2cbd..2099fcfa 100644 --- a/lib/src/cmsd/CMSD_STATIC.ts +++ b/lib/src/cmsd/CMSD_STATIC.ts @@ -5,4 +5,4 @@ * * @beta */ -export const CMSD_STATIC = 'CMSD-Static' as const; +export const CMSD_STATIC = 'CMSD-Static'; diff --git a/lib/src/cmsd/CMSD_V1.ts b/lib/src/cmsd/CMSD_V1.ts index b57e723f..95ebb69a 100644 --- a/lib/src/cmsd/CMSD_V1.ts +++ b/lib/src/cmsd/CMSD_V1.ts @@ -5,4 +5,4 @@ * * @beta */ -export const CMSD_V1 = 1 as const; +export const CMSD_V1 = 1;