UNPKG

128 BTypeScriptView Raw
1export interface FloatValue {
2 'value'?: (number | string);
3}
4export interface FloatValue__Output {
5 'value': (number);
6}