Skip to content

Commit 83fff7b

Browse files
committed
fix: re-export types from appwrite
1 parent 52b8a08 commit 83fff7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/module.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
import { defineNuxtModule, addPlugin, addImportsDir, createResolver, extendViteConfig } from '@nuxt/kit'
2+
export type {
3+
Models,
4+
Payload,
5+
QueryTypes,
6+
QueryTypesList,
7+
RealtimeResponseEvent,
8+
UploadProgress
9+
} from 'appwrite'
210

311
export interface ModuleOptions {
412
endpoint: string,

0 commit comments

Comments
 (0)