From 1fd08451c1105594f12466e6102799dce61ec5e4 Mon Sep 17 00:00:00 2001 From: epolon Date: Wed, 25 Sep 2024 15:44:33 +0300 Subject: [PATCH] mid work --- packages/aws-cdk/lib/notices.ts | 10 ---------- 1 file changed, 10 deletions(-) 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).