import { IDaffModelFactory } from '@daffodil/core/testing'
interface IDaffModelFactory<T> { create: T createMany: T[] }