/**
 * Generic interface of IComponent's 'schema' property.
 *
 * @export
 * @interface IComponentSchema
 */
export interface IComponentSchema {
  [property: string]: any
}
