Skip to content

Commit

Permalink
fix: add runtime types to type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
happy-turtle committed Jun 28, 2024
1 parent 460489a commit 429554c
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 @@ -5,6 +5,8 @@ import { defineNuxtModule, addPlugin, addImportsDir } from '@nuxt/kit'
import { joinURL } from 'ufo'
import { DirectusQueryParams } from './runtime/types'

export type * from './runtime/types'

export interface ModuleOptions {
/**
* Directus API URL
Expand Down

2 comments on commit 429554c

@ekoeryanto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the next version should have this

@sandros94
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ekoeryanto it does, I just didn't release it 😅

Please sign in to comment.