Interface LocalEventMap

Map of local event type strings to their payload types.

interface LocalEventMap {
    error: LocalError;
    snapshot: LocalSnapshot;
}

Properties

Properties

error: LocalError
snapshot: LocalSnapshot