songhieng's picture
Upload folder using huggingface_hub
c1b3a0c verified
raw
history blame
150 Bytes
// Original file: null
export interface FloatValue {
'value'?: (number | string);
}
export interface FloatValue__Output {
'value': (number);
}