export interface EntityStructure {
    [subentity: string]: EntityStructure;
}
