Skip to content

Commit b23a367

Browse files
committed
please linter
1 parent af45ee3 commit b23a367

File tree

1 file changed

+1
-0
lines changed
  • lambdas/functions/termination-watcher/src

1 file changed

+1
-0
lines changed

lambdas/functions/termination-watcher/src/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ interface SpotTerminationDetail {
99
'instance-action': string;
1010
}
1111

12+
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
1213
export interface BidEvictedEvent<BidEvictedDetail>
1314
extends EventBridgeEvent<'AWS Service Event via CloudTrail', BidEvictedDetail> {}
1415

0 commit comments

Comments
 (0)