TlvAccessControlTarget: ObjectSchema<{
    cluster: FieldType<null | ClusterId>;
    deviceType: FieldType<null | DeviceTypeId>;
    endpoint: FieldType<null | EndpointNumber>;
}> = ...

MatterSpecification.v13.Core § 9.10.4.4