UNPKG

@revxui/api-clients-ts

Version:

swagger client for @revxui/api-clients-ts

33 lines (32 loc) 882 B
/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ import { Size } from './size'; export interface VastCreative { duration?: number; hasEndCard?: boolean; size?: Size; videoFormat?: VastCreative.VideoFormatEnum; videoLink?: string; } export declare namespace VastCreative { type VideoFormatEnum = 'FLV' | 'MP4' | 'THREE_GPP' | 'MOV' | 'WEBM' | 'DASH' | 'HLS' | 'M3U8'; const VideoFormatEnum: { FLV: VideoFormatEnum; MP4: VideoFormatEnum; THREEGPP: VideoFormatEnum; MOV: VideoFormatEnum; WEBM: VideoFormatEnum; DASH: VideoFormatEnum; HLS: VideoFormatEnum; M3U8: VideoFormatEnum; }; }