export interface QueueEntry { key: number; id: string; lang?: string | null; }