export interface NamedStructure {
    name: string;
}
