/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import { Scale } from "../../../.."; import * as core from "../../../../core"; export declare const VideoPlaybackAnnotationResponse: core.serialization.ObjectSchema; export declare namespace VideoPlaybackAnnotationResponse { interface Raw { task_id?: string | null; created_at?: string | null; type?: string | null; status?: string | null; instruction?: string | null; is_test?: boolean | null; urgency?: string | null; metadata?: Record | null; project?: string | null; callback_url?: string | null; updated_at?: string | null; work_started?: boolean | null; params?: serializers.VideoPlaybackParams.Raw | null; } }