export type ProgressWorkerMessage = { status: 'start' | 'end'; data: { groupName: string; entryKeys: string[]; }; };