Type Alias NodeRef

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

Type declaration

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