Maps each subscribable model to the shape of the payload its events deliver.
Used to type onData in SubscribeOptions — subscribing to a model gives you callbacks typed with that model's fields (the same *Fields types the query builders return).
onData
*Fields
Maps each subscribable model to the shape of the payload its events deliver.
Used to type
onDatain SubscribeOptions — subscribing to a model gives you callbacks typed with that model's fields (the same*Fieldstypes the query builders return).