@amadeus-it-group/kassette
    Preparing search index...

    Interface RemotePayload

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

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

    Hierarchy (View Summary)

    Index

    Properties

    origin: "remote"

    Origin of the payload.

    payload: Payload

    Content of the payload.

    requestOptions: RequestPayload

    Request used to get this remote payload.