diff --git a/index.d.ts b/index.d.ts index 9d35295..2d0fe1c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -167,7 +167,7 @@ export interface RawStreamMetadataResult { // Callbacks export interface EventAppearedCallback { - (subscription: TSubscription, event: EventData): void; + (subscription: TSubscription, event: ResolvedEvent): void; } export interface LiveProcessingStartedCallback {