IDGeneratorOptions
utils/id-generator.types.ts:7Options accepted by the IDGenerator constructor. Also the shape returned by IDGenerator.getState, so a generator can be persisted and later rehydrated by passing the captured object straight back into a new instance.
{ lastId?: number; prefix?: string }