Partilhar via


TogetherModeParticipantSeatingState type

Representa as posições sentadas dos participantes no Modo Juntos.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>