UNPKG

unfire

Version:

⚡️ Utilities for Firebase 🔥 built with Composition API, Typescript and ❤️

13 lines (10 loc) 369 B
import * as zod from 'zod'; declare module 'unfire/firestore' { interface FirestoreCollectionTypes { '{collectionPath}': {'{key}': '{value}'} } } declare module '@unfire-firestore-schema' { export function ImportFirestoreSchemaByPath(path: string): Promise<zod.ZodAny | undefined> } declare module '@unfire-init' { export * from 'firebase/firestore' }