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