Type alias OutputSlotLayout

OutputSlotLayout: {
    name: string;
    options?: Partial<INodeOutputSlot>;
    type: SlotType;
}

Type declaration