UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

13 lines (11 loc) 256 B
import { ITag, } from '../../tags/ITag'; import { OnticTypes, } from '../ontology/OnticTypes'; export interface ISerializedAdjacencyRelation { readonly modelType: OnticTypes; readonly neighbors: Record<string, string[]>; readonly tags: ITag[] }