interface QueuedPing {
    collectionDate: string;
    headers?: Record<string, string>;
    identifier: string;
    path: string;
    payload: JSONObject;
}

Hierarchy (view full)

Properties

collectionDate: string
headers?: Record<string, string>
identifier: string
path: string
payload: JSONObject

Generated using TypeDoc