feat(structure): add voice structure (#11400)

* feat(structure): add Voice structures

* feat(structure): add VoiceState structure

* feat(structure): add VoiceRegion structure

* chore(structures): lib exports consistency

---------

Co-authored-by: Almeida <github@almeidx.dev>
This commit is contained in:
Asad
2026-01-27 23:17:01 +00:00
committed by GitHub
parent 65386034b6
commit b0e413c116
4 changed files with 170 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
export * from './VoiceState.js';
export * from './VoiceRegion.js';