Freigeben über


CaptionsInformation type

Erforderliche Informationen für jede Zeile der Beschriftung

type CaptionsInformation = {
  captionText: string
  createdTimeStamp?: Date
  displayName: string
  id: string
  userId?: string
}