type VideoFormat = Record<string, number | string | Record<string, string>>;
export default VideoFormat;
