Share via


CaptionsInformation type

information required for each line of caption

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