@issue-linker/core
Version:
Core library for issue-linker functionality
9 lines • 516 B
TypeScript
import type { CommentOnBranchIssuesResult } from "../domain/result.js";
import { type CommentOnBranchIssuesArgs } from "../domain/validation-schemas.js";
/**
* Comment on multiple issues when a branch referencing them is pushed
* @param args - Arguments for commenting on issues
* @returns Result of the batch comment operation
*/
export declare function commentOnBranchIssues(args: CommentOnBranchIssuesArgs): Promise<CommentOnBranchIssuesResult>;
//# sourceMappingURL=comment-on-branch-issues-use-case.d.ts.map