RealtimeDbPushMethodExtra
import { RealtimeDbPushMethodExtra } from "@hyper-fetch/firebase"
Description
Defined in adapter/types/adapter.realtimedb.types.ts:58
Preview
type RealtimeDbPushMethodExtra = {
key: string;
ref: DatabaseReference;
}
Structure
{
key: string;
ref: DatabaseReference;
}