Skip to content

Commit

Permalink
dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Feb 20, 2024
1 parent b4f04e5 commit be179ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/@aws-cdk/cloudformation-diff/lib/diff/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ export type PropertyMap = {[key: string]: any };

export type ResourceReplacements = { [logicalId: string]: ResourceReplacement };

export interface NestedStackNames {
readonly nestedStackPhysicalName: string | undefined;
readonly nestedChildStackNames: { [logicalId: string]: NestedStackNames };
}

export interface ResourceReplacement {
resourceReplaced: boolean;
propertiesReplaced: { [propertyName: string]: ChangeSetReplacement };
Expand Down

0 comments on commit be179ab

Please sign in to comment.