import { XpThingType } from './XpThingType'; export interface XpIndex { ThingType?: XpThingType; Key?: string; }