import { Item } from '../types/Item' import { IList } from '../async/IList' export function autoIncIdGen( item: T, model: string, list: IList, ) { return list.counter }