NodeContructor: {
    action: any;
    application_component: any;
    attachement: typeof _attachement;
    contact: typeof _contact;
    deliverable: typeof _deliverable;
    descision: any;
    entity: any;
    file: typeof _file;
    functional: any;
    group: typeof _group;
    invoice: any;
    list: typeof _list;
    list_child: any;
    material: typeof _material;
    object: typeof _object;
    order: typeof _order;
    process: any;
    product: any;
    project: typeof _project;
    register: typeof _register;
    requirement: typeof _requirement;
    right: any;
    risk: any;
    role: typeof _role;
    structure: typeof _structure;
    structure_child: any;
    system: typeof _system;
    test: typeof _test;
    test_build: typeof _testBuild;
    test_case: typeof _testCase;
    test_case_execution: typeof _testCaseExecution;
    test_plan: typeof _testPlan;
    test_project: typeof _testProject;
    test_suite: typeof _testSuite;
    user: typeof _user;
    work: typeof _work;
    worklog: typeof _worklog;
} = ...