feat: define PocketBase types and fetch client

This commit is contained in:
Ilia Mashkov
2026-04-23 20:35:46 +03:00
parent 759f579695
commit 9c139adbf5
4 changed files with 248 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from './types'
export * from './client'