interface Structure { [i: string]: Structure | string; } export { Structure };