Type alias NodeTypeOpts

NodeTypeOpts: {
    inputs?: [string, SlotType][];
    json?: SerializedLGraphNode<LGraphNode>;
    node: string;
    outputs?: [string, SlotType][];
    properties?: any;
    title?: string;
}

Type declaration