From 6ddb30fe562ebb083cc722d1bf6a25bf4b739b76 Mon Sep 17 00:00:00 2001 From: herkulano Date: Mon, 19 Nov 2018 16:03:13 +0200 Subject: [PATCH] fix: export extra interface --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7378c5c..162b1bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import * as _ from 'lodash' import { IMiddlewareFunction } from 'graphql-middleware/dist/types' -interface Extra { +export interface Extra { name: string path: string }