Type alias LGraphOutput

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

Type declaration