Type alias DocumentDataWithKey<T>

DocumentDataWithKey<T>: T & Patch<DocumentData<T>> & ({
    _key: string;
} | {
    _id: string;
})

Type Parameters

  • T extends Record<string, any> = any

Generated using TypeDoc