import { BaseThing } from './baseThing'; import { ThingField } from './thingField'; export declare type CollectionThing = typeof BaseThing; export declare type CollectionThings = CollectionThing[]; export declare type ObjectOf = Record; export declare type Data = ObjectOf; export declare type ThingFieldObject = ObjectOf;