Type alias SlotLayout

SlotLayout: {
    inputs?: InputSlotLayout[];
    outputs?: OutputSlotLayout[];
}

Type declaration