Type alias LGraphInput

LGraphInput: {
    name: string;
    type: SlotType;
    value: any;
}

Type declaration