Page Contents

Home > @loopback/rest > NodeWithValue

NodeWithValue type

Signature:

export type NodeWithValue<T> = Node<T> & {
    value: T;
};

References: Node