Add files via upload
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user