fix(core): update
This commit is contained in:
		| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@api.global/typedrequest-interfaces', | ||||
|   version: '3.0.4', | ||||
|   version: '3.0.5', | ||||
|   description: 'interfaces for making typed requests' | ||||
| } | ||||
|   | ||||
| @@ -77,7 +77,7 @@ export interface ITag { | ||||
| export type implementsTag<T, U extends T> = {}; | ||||
|  | ||||
| export interface IStreamRequest extends implementsTR< | ||||
|   ITypedRequest,   | ||||
|   ITypedRequest, | ||||
|   IStreamRequest | ||||
| > { | ||||
|   method: '##VirtualStream##'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user