diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-03-31 14:42:07 +0100 |
---|---|---|
committer | JEFF VAN DAM <jeff.van.dam@est.tech> | 2023-04-13 15:35:54 +0000 |
commit | b6c9ed78e512e2d96f1725ca3748a5f02b31e7df (patch) | |
tree | 9723706e738bb041f339810cc233e2307d0c9018 /catalog-ui/src/app/utils/constants.ts | |
parent | b06691c5ed1fb02760a6440383dd40ec4894a9e5 (diff) |
UI support for custom functions
Issue-ID: SDC-4466
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I8ff794be8783dc31efecbd1f6abe2efefec6b819
Diffstat (limited to 'catalog-ui/src/app/utils/constants.ts')
-rw-r--r-- | catalog-ui/src/app/utils/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/utils/constants.ts b/catalog-ui/src/app/utils/constants.ts index 087ecaf21c..927c778df6 100644 --- a/catalog-ui/src/app/utils/constants.ts +++ b/catalog-ui/src/app/utils/constants.ts @@ -150,6 +150,7 @@ export class SEVERITY { } export class PROPERTY_TYPES { + public static ANY = 'any'; public static STRING = 'string'; public static INTEGER = 'integer'; public static TIMESTAMP = 'timestamp'; |