DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
228 Bytes
import { URISchemeHandler, URIComponents } from "../uri";
export interface WSComponents extends URIComponents {
resourceName?: string;
secure?: boolean;
}
declare const handler: URISchemeHandler;
export default handler;