Fixing EventAppeared callback definition for TypeScript
This commit is contained in:
		
							
								
								
									
										2
									
								
								index.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								index.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -167,7 +167,7 @@ export interface RawStreamMetadataResult {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
// Callbacks
 | 
					// Callbacks
 | 
				
			||||||
export interface EventAppearedCallback<TSubscription> {
 | 
					export interface EventAppearedCallback<TSubscription> {
 | 
				
			||||||
    (subscription: TSubscription, event: EventData): void;
 | 
					    (subscription: TSubscription, event: ResolvedEvent): void;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export interface LiveProcessingStartedCallback {
 | 
					export interface LiveProcessingStartedCallback {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user