-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Casey Occhialini <[email protected]>
- Loading branch information
1 parent
1d78388
commit 58e58ca
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
* | ||
* @beta | ||
*/ | ||
export const CMSD_DYNAMIC = 'CMSD-Dynamic' as const; | ||
export const CMSD_DYNAMIC = 'CMSD-Dynamic'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
* | ||
* @beta | ||
*/ | ||
export const CMSD_STATIC = 'CMSD-Static' as const; | ||
export const CMSD_STATIC = 'CMSD-Static'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
* | ||
* @beta | ||
*/ | ||
export const CMSD_V1 = 1 as const; | ||
export const CMSD_V1 = 1; |