Remote payload and the request that was made to get it.

interface RemotePayload {
    origin: "remote";
    payload: Payload;
    requestOptions: RequestPayload;
}

Hierarchy

Properties

origin: "remote"

Origin of the payload.

payload: Payload

Content of the payload.

requestOptions: RequestPayload

Request used to get this remote payload.

Generated using TypeDoc