Interface NodeIO

interface NodeIO {
    schema: object;
    type: string;
    value: unknown;
}

Properties

Properties

schema: object
type: string
value: unknown