Skip to content

Commit 067b243

Browse files
authored
Merge pull request #265 from happy-turtle/main
fix: update package exports types
2 parents 460489a + 429554c commit 067b243

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
@@ -5,6 +5,8 @@ import { defineNuxtModule, addPlugin, addImportsDir } from '@nuxt/kit'
55
import { joinURL } from 'ufo'
66
import { DirectusQueryParams } from './runtime/types'
77

8+
export type * from './runtime/types'
9+
810
export interface ModuleOptions {
911
/**
1012
* Directus API URL

0 commit comments

Comments
 (0)