function
isPageEnvelope
function isPageEnvelope<Document>(value: unknown): value is PageEnvelope<Document>Guard an unknown value as a page envelope.
Source packages/protocol/src/index.ts:54
The guard validates the envelope and pagination metadata, not each document’s application-specific shape.
Related types
PageEnvelopeA paginated REST list response.