NodeLike: object & {
    position?: Position;
    type: string;
}

Type declaration

  • Optional position?: Position
  • type: string