songhieng's picture
Upload folder using huggingface_hub
c1b3a0c verified
raw
history blame
205 Bytes
// Original file: null
import type { Long } from '@grpc/proto-loader';
export interface Int64Value {
'value'?: (number | string | Long);
}
export interface Int64Value__Output {
'value': (string);
}