digicust_types 1.8.143 → 1.8.145
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,10 @@ export interface Workflow<T> {
|
|
8
8
|
* Needs to be a string, even if value is of a different type.
|
9
9
|
*/
|
10
10
|
searchValue?: string;
|
11
|
+
/**
|
12
|
+
* Template value which was used to generate the value
|
13
|
+
*/
|
14
|
+
templateValue?: string;
|
11
15
|
/**
|
12
16
|
* Encoded user (username, userId, etc.)
|
13
17
|
* @deprecated
|