merged and resolved conflicts
This commit is contained in:
@@ -280,3 +280,11 @@ export type WifiConfig = {
|
||||
datatype: string;
|
||||
};
|
||||
};
|
||||
export type ZoomInOptions = {
|
||||
camera: string;
|
||||
multiplier: number;
|
||||
};
|
||||
|
||||
export type zoomConfig = {
|
||||
camera: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user