songhieng's picture
Upload folder using huggingface_hub
c1b3a0c verified
raw
history blame
143 Bytes
// Original file: null
export interface UInt32Value {
'value'?: (number);
}
export interface UInt32Value__Output {
'value': (number);
}