NodeType: {
    labels: string;
    properties: {
        property: string;
        type: string;
    }[];
}

Type declaration

  • labels: string
  • properties: {
        property: string;
        type: string;
    }[]

Generated using TypeDoc