export default interface BaseFactoryInterface { create(list: Array): Array; createOne(json: any): any; }