import { IValued } from "@tandem/common/object"; export interface IReference extends IValued { value: any; }