UNPKG

accelerator-core

Version:

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

16 lines (14 loc) 328 B
import { EpistemicTypes, } from '../epistemology/EpistemicTypes'; import { OnticTypes, } from '../ontology/OnticTypes'; import { ITag, } from '../../tags/ITag'; export interface ISerializedAwarenessRelation { readonly modelType: EpistemicTypes & OnticTypes; readonly perceptions: string[]; readonly tags: ITag[]; }