fix(core): update

This commit is contained in:
2020-02-10 21:08:52 +00:00
parent bd7349ab37
commit e515f91088
7 changed files with 92 additions and 51 deletions

View File

@@ -1,7 +1,11 @@
import { expect, tap } from '@pushrocks/tapbundle';
import * as typedrequestInterfaces from '../ts/index';
interface IRequestSample extends typedrequestInterfaces.implementsTR<typedrequestInterfaces.ITypedRequest, IRequestSample> {
interface IRequestSample
extends typedrequestInterfaces.implementsTR<
typedrequestInterfaces.ITypedRequest,
IRequestSample
> {
method: 'hey';
request: {};
response: {};