Type alias DataAPILoggingEvent

DataAPILoggingEvent: "all" | keyof DataAPIClientEventMap

Represents the different events that can be emitted/logged by the DataAPIClient, as well as the convenient shorthand 'all' to configure all events at once.

See DataAPIClientEventMap & DataAPILoggingConfig for much more info.