Updated typing export/import;

This commit is contained in:
Lechner Julian - FrauJulian
2025-10-10 18:27:43 +02:00
parent f712ea73d7
commit 96ee35c1e4
5 changed files with 1066 additions and 1069 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export { default as AudioManager } from './audio-manager';
export type {VoiceAudioDataModel, VoiceConnectionDataModel} from "./types";
export type { VoiceAudioDataModel, VoiceConnectionDataModel } from './types';