Add files via upload

This commit is contained in:
2024-05-06 20:41:20 +02:00
committed by GitHub
parent 958c08269f
commit 6b9f742562
10 changed files with 23 additions and 321 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ type StopProps = {
igi: number;
};
declare function StreamStart({ imvci, igi, igv, type, Resource, }: StartProps): void;
declare function StreamStart({ imvci, igi, igv, type, Resource, }: StartProps): "Unknown" | undefined;
declare function StreamStop({ igi, }: StopProps): void;