changed structure; improve

type accuracy;
This commit is contained in:
Lechner Julian - FrauJulian
2025-07-28 17:56:54 +02:00
parent 78d3e05dc1
commit 12c171a335
6 changed files with 14 additions and 36 deletions
+3 -3
View File
@@ -1,3 +1,3 @@
export { default as AudioManager } from './Services/AudioManager';
export type { default as VoiceConnectionDataModel } from './Models/VoiceConnectionDataModel';
export type { default as VoiceAudioDataModel } from './Models/VoiceAudioDataModel';
export {default as AudioManager} from './audioManager';
export type {VoiceConnectionDataModel} from './types/VoiceConnectionDataModel';
export type {VoiceAudioDataModel} from './types/VoiceAudioDataModel';