Spaces:
Sleeping
Sleeping
File size: 359 Bytes
df9fdc8 | 1 2 3 4 5 6 7 8 9 10 11 12 | 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 |