Skip to content

Commit 5f5fe92

Browse files
author
=
committed
remove unnecessary field from StreamingData
1 parent f881517 commit 5f5fe92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/utils/getActivityLivestreamingMetadata.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ interface StreamingData {
2525
streamId?: string;
2626
streamSequence?: number;
2727
streamType: string;
28-
[key: string]: any;
2928
}
3029

3130
const streamSequenceSchema = pipe(number(), integer(), minValue(1));

0 commit comments

Comments
 (0)