Delen via


CaptionsInformation type

Vereiste informatie voor elke regel van het bijschrift

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