export interface ProjectionPosition { projectionName: string; lastProcessedPosition: number; lastProcessedAt: Date; }