export type CalculatedScore = { weight: number; value?: number; appData?: Record; reasons?: Record; }; export type VideoMotionType = 'lowmotion' | 'standard' | 'highmotion';