There was an error while loading. Please reload this page.
1 parent fcfe71b commit 02d2099Copy full SHA for 02d2099
tsp-typescript-client/src/models/configuration.ts
@@ -34,28 +34,3 @@ export interface Configuration {
34
*/
35
parameters?: Record<string, any>;
36
}
37
-
38
-/**
39
- * Model of a configuration parameter descriptor
40
- */
41
-export interface ConfigParamDescriptor {
42
- /**
43
- * The unique name of the key
44
45
- keyName: string;
46
47
48
- * A short description.
49
50
- description?: string;
51
52
53
- * The data type string, e.g. use NUMBER for numbers, or STRING as strings
54
55
- dataType?: string;
56
57
58
- * If parameter needs to in the query parameters or not. Default is false.
59
60
- isRequired?: boolean;
61
-}
0 commit comments