UNPKG

cdk-insights

Version:

AWS CDK security and cost analysis tool with AI-powered insights

4 lines (3 loc) 243 B
import type { Issue } from '../../types/analysis.types'; import type { PullRequestPlan } from './createPullRequest.types'; export declare const createPullRequestPlan: (resourceId: string, fileHint: string, issues: Issue[]) => PullRequestPlan;