A reply to an inspection request.

interface IReply {
    data: ReadonlyJSONObject;
    metadata: ReadonlyJSONObject;
}

Properties

Properties

The MIME bundle data returned from an inspection request.

Any metadata that accompanies the MIME bundle returning from a request.