VlivesDTO.ets 571 Bytes
export interface VlivesDTO {
  id: number;
  type: string;
  // definition?: any;
  // streamAppName?: any;
  // streamName?: any;
  pullStreamUrl: string;
  // streamStatus?: any;
  // shiftEnable?: any;
  // clipEnable?: any;
  // recordEnable?: any;
  status: string;
  liveId: number;
  name: string;
  // serialNum?: any;
  streamWH: string;
  recordUrl: string;
  // playPreviewImageUri?: any;
  // playPreviewImageFullUrl?: any;
  // playPreviewImageBucket?: any;
  showPad: boolean;
  // liveStreamManagerId?: any;
  // recordBucket?: any;
  // recordUri?: any;
}