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