Type alias NodeRef

NodeRef: {
    @id: string;
    @reverse: {
        [key: string]: any;
    };
}

Type declaration

  • @id: string
  • @reverse: {
        [key: string]: any;
    }
    • [key: string]: any

Generated using TypeDoc