statshawk
ReferenceData modelEnvelope & meta

Envelope & meta

The response/error wrappers around every endpoint, plus the meta and cache blocks.

Every endpoint wraps its payload in the same envelope: { data, meta } on success, { error, meta } on failure. The ApiResponse* types are those wrappers — follow their data field into the concrete entity types.