Interface INodeFindOptions

interface INodeFindOptions {
    upsert?: boolean;
}

Properties

Properties

upsert?: boolean