interface INodeInterfaceState<T> {
    id: string;
    templateId?: string;
    value: T;
}

Type Parameters

  • T

Hierarchy

  • Record<string, any>
    • INodeInterfaceState

Properties

Properties

id: string
templateId?: string
value: T