FirestoreRefOnlyExtra
import { FirestoreRefOnlyExtra } from "@hyper-fetch/firebase"
Description
Defined in adapter/types/adapter.firestore.types.ts:54
Preview
type FirestoreRefOnlyExtra = {
ref: DocumentReference;
}
Structure
{
ref: DocumentReference;
}