Skip to content

Commit 6ddb30f

Browse files
committed
fix: export extra interface
1 parent 4c9d352 commit 6ddb30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import * as _ from 'lodash'
33

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

6-
interface Extra {
6+
export interface Extra {
77
name: string
88
path: string
99
}

0 commit comments

Comments
 (0)