DataReportPayload: Omit<TypeFromSchema<typeof TlvDataReport>, "attributeReports" | "eventReports"> & {
    attributeReportsPayload?: AttributeReportPayload[];
    eventReportsPayload?: EventReportPayload[];
}

Type for TlvDataReport where the real data are represented with the schema and the JS value.