Embedded IO params interface

interface IoParams {
    ports: IoTriplet[];
}

Properties

Properties

ports: IoTriplet[]