Skip to content

Commit

Permalink
mid work
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo committed Sep 25, 2024
1 parent 3d739a1 commit 1fd0845
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/aws-cdk/lib/notices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,16 +390,6 @@ export class CachedDataSource implements NoticeDataSource {
}
}

export interface NoticeFilterProps {
cliVersion: string;
acknowledgedIssueNumbers: Set<number>;
tree: ConstructTreeNode;
matchCliRelatedNotices: boolean;
matchFrameworkRelatedNotices: boolean;
matchBootstrapRelatedNotices: boolean;
bootstrapVersion?: number;
}

/**
* Some component names are aliases to actual component names. For example "framework"
* is an alias for either the core library (v1) or the whole CDK library (v2).
Expand Down

0 comments on commit 1fd0845

Please sign in to comment.