let _count = 0; export const generateId = (): string => `id-${_count++}`;