import { Item } from './Item' import { IdGeneratorFunction } from './IdGeneratorFunction' export interface IdType { name: string auto: boolean gen: IdGeneratorFunction | string }