database.RawRTDBCloudEventData interface

Signature:

export interface RawRTDBCloudEventData 

Properties

Property Type Description
"@type" "type.googleapis.com/google.events.firebase.database.v1.ReferenceEventData"
data any
delta any

database.RawRTDBCloudEventData."@type"

Signature:


database.RawRTDBCloudEventData.data

Signature:

data: any;

database.RawRTDBCloudEventData.delta

Signature:

delta: any;