fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedrequest-interfaces', | ||||
|   version: '3.0.6', | ||||
|   version: '3.0.7', | ||||
|   description: 'interfaces for making typed requests' | ||||
| } | ||||
|   | ||||
| @@ -84,11 +84,11 @@ export interface IStreamRequest extends implementsTR< | ||||
|   request: { | ||||
|     streamId: string; | ||||
|     streamChunk: any; | ||||
|     close: boolean; | ||||
|     keepAlive: boolean; | ||||
|   }; | ||||
|   response: { | ||||
|     streamId: string; | ||||
|     streamChunk: any; | ||||
|     close: boolean; | ||||
|     keepAlive: boolean; | ||||
|   }; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user