UNPKG

@issue-linker/core

Version:
9 lines 457 B
import type { CreateIssueCommentResult } from "../domain/result.js"; import { type CreateIssueCommentArgs } from "../domain/validation-schemas.js"; /** * Create a comment on a GitHub issue * @param args - Arguments for creating the comment * @returns Result of the comment creation */ export declare function createIssueComment(args: CreateIssueCommentArgs): Promise<CreateIssueCommentResult>; //# sourceMappingURL=create-issue-comment-use-case.d.ts.map