AttributeReportPayload: Omit<TypeFromSchema<typeof TlvAttributeReport>, "attributeData"> & {
    attributeData?: AttributeDataPayload;
    hasFabricSensitiveData: boolean;
}

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