EventReportPayload: Omit<TypeFromSchema<typeof TlvEventReport>, "eventData"> & {
    eventData?: EventDataPayload;
    hasFabricSensitiveData: boolean;
}

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