import { IList } from '../async/IList' import { Item } from './Item' export type IdGeneratorFunction = ( item: T | Partial, model: string, list: IList, ) => any