Skip to content

Commit

Permalink
fix: export ModuleOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Oct 21, 2022
1 parent 1d234ca commit 397b675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { prepareContext, GqlContext, prepareOperations, prepareTemplate, mockTem

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

export type ModuleOptions = Partial<GqlConfig>

export default defineNuxtModule<GqlConfig>({
meta: {
name,
Expand Down

0 comments on commit 397b675

Please sign in to comment.