Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
// Original file: null
|
||||
|
||||
|
||||
export interface DoubleValue {
|
||||
'value'?: (number | string);
|
||||
}
|
||||
|
||||
export interface DoubleValue__Output {
|
||||
'value': (number);
|
||||
}
|
||||
Reference in New Issue
Block a user