export interface ICollectionProperty { name: string; type: string; [k: string]: any; }