We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af45ee3 commit b23a367Copy full SHA for b23a367
lambdas/functions/termination-watcher/src/types.d.ts
@@ -9,6 +9,7 @@ interface SpotTerminationDetail {
9
'instance-action': string;
10
}
11
12
+// eslint-disable-next-line @typescript-eslint/no-empty-object-type
13
export interface BidEvictedEvent<BidEvictedDetail>
14
extends EventBridgeEvent<'AWS Service Event via CloudTrail', BidEvictedDetail> {}
15
0 commit comments