interface ParseReportArgs {
    payload: string;
    reportTypeHashId: string;
}

Properties

payload: string

The payload, encoded as a string. You can use JSON.stringify to encode an object

reportTypeHashId: string

The hashId of the report type to parse the payload into.