diff --git a/packages/aws-cdk/lib/notices.ts b/packages/aws-cdk/lib/notices.ts index 9aabb4abb45e7..c8e07ccd19e9b 100644 --- a/packages/aws-cdk/lib/notices.ts +++ b/packages/aws-cdk/lib/notices.ts @@ -390,16 +390,6 @@ export class CachedDataSource implements NoticeDataSource { } } -export interface NoticeFilterProps { - cliVersion: string; - acknowledgedIssueNumbers: Set; - 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).