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 fa0afb9 commit 9569714Copy full SHA for 9569714
packages/common/src/activity-cancellation-details.ts
@@ -1,5 +1,6 @@
1
import type { coresdk } from '@temporalio/proto';
2
3
+// ts-prune-ignore-next
4
export interface ActivityCancellationDetailsHolder {
5
details?: ActivityCancellationDetails;
6
}
0 commit comments