opencode-home / node_modules /@huggingface /hub /dist /src /lib /delete-branch.d.ts
kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
Raw
History Blame Contribute Delete
359 Bytes
import type { AccessToken, RepoDesignation } from "../types/public";
export declare function deleteBranch(params: {
repo: RepoDesignation;
/**
* The name of the branch to delete
*/
branch: string;
hubUrl?: string;
accessToken?: AccessToken;
fetch?: typeof fetch;
}): Promise<void>;
//# sourceMappingURL=delete-branch.d.ts.map