UNPKG

@issue-linker/core

Version:
9 lines 525 B
import type { CheckDuplicateCommentResult } from "../domain/result.js"; import { type CheckDuplicateCommentArgs } from "../domain/validation-schemas.js"; /** * Check if a comment with a specific marker already exists on an issue * @param args - Arguments for checking duplicate comments * @returns Result indicating if a duplicate exists */ export declare function checkDuplicateComment(args: CheckDuplicateCommentArgs): Promise<CheckDuplicateCommentResult>; //# sourceMappingURL=check-duplicate-comment-use-case.d.ts.map