EventDataPayload: Omit<TypeFromSchema<typeof TlvEventData>, "data"> & {
    payload: any;
    schema: TlvSchema<any>;
}

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