مشاركة عبر


CaptionsInformation type

المعلومات المطلوبة لكل سطر من التسمية التوضيحية

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