/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * title: "Updated Video Example", * alt: "An updated example video used to demonstrate the ittybit API", * metadata: { * "customKey": "a different custom value" * } * } */ export interface MediaUpdateRequest { title?: string; alt?: string; metadata?: Record; }