Skip to content

Commit 397b675

Browse files
committed
fix: export ModuleOptions
1 parent 1d234ca commit 397b675

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { prepareContext, GqlContext, prepareOperations, prepareTemplate, mockTem
1313

1414
const logger = useLogger('nuxt-graphql-client')
1515

16+
export type ModuleOptions = Partial<GqlConfig>
17+
1618
export default defineNuxtModule<GqlConfig>({
1719
meta: {
1820
name,

0 commit comments

Comments
 (0)