Skip to content

Commit

Permalink
fix: export extra interface
Browse files Browse the repository at this point in the history
  • Loading branch information
herkulano committed Nov 19, 2018
1 parent 4c9d352 commit 6ddb30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as _ from 'lodash'

import { IMiddlewareFunction } from 'graphql-middleware/dist/types'

interface Extra {
export interface Extra {
name: string
path: string
}
Expand Down

0 comments on commit 6ddb30f

Please sign in to comment.