export interface SchemaInterface { [ket: string]: string | SchemaInterface; }