Udostępnij przez


CaptionsInformation type

informacje wymagane dla każdego wiersza podpisu

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