Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
df9fdc8 verified
Raw
History Blame Contribute Delete
616 Bytes
import type { CredentialsParams } from "../types/public";
import type { CommitOutput, CommitParams } from "./commit";
export declare function deleteFile(params: {
repo: CommitParams["repo"];
path: string;
commitTitle?: CommitParams["title"];
commitDescription?: CommitParams["description"];
hubUrl?: CommitParams["hubUrl"];
fetch?: CommitParams["fetch"];
branch?: CommitParams["branch"];
isPullRequest?: CommitParams["isPullRequest"];
parentCommit?: CommitParams["parentCommit"];
} & CredentialsParams): Promise<CommitOutput | undefined>;
//# sourceMappingURL=delete-file.d.ts.map