UNPKG

review-copilot

Version:

ReviewCopilot - AI-powered code review assistant with customizable prompts

12 lines (11 loc) 311 B
interface SelectiveReviewCommandOptions { config: string; file: string; startLine: number; endLine: number; comment: string; commentId?: number; threadId?: string; } export declare function selectiveReviewCommand(options: SelectiveReviewCommandOptions): Promise<boolean>; export {};