fix(core): update

This commit is contained in:
2019-08-22 15:41:49 +02:00
parent a7e6f548da
commit 0083c3c21e
2 changed files with 1 additions and 4 deletions

View File

@ -1,8 +1,5 @@
import * as plugins from './typedrequest-interfaces.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export interface ITypedRequest {
method: string;
request: object;