export interface VideoKeyMoment {
    timestampMs: number;
    type: string;
    description: string;
}
