Skip to content

Commit

Permalink
Removed from Resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Chang Zhe Jiet authored and Chang Zhe Jiet committed Apr 20, 2024
1 parent e8d8d0e commit 50a4eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/Removed.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { Argument, Attribute } from '../arguments';
import { Util } from '../utils';
import { Block } from '.';
import { Block, Resource } from '.';

/**
* @category Block
*/
export interface RemovedArgs {
from: Argument;
from: Resource;
lifecycle: {
destroy: boolean;
};
Expand Down

0 comments on commit 50a4eab

Please sign in to comment.