- minor big fixes
- default settings toggled -update camera zoom need to test
This commit is contained in:
@@ -374,6 +374,7 @@ export type ModemConfig = {
|
||||
export type ZoomInOptions = {
|
||||
camera: string;
|
||||
multiplier: number;
|
||||
multiplierText?: string;
|
||||
};
|
||||
|
||||
export type zoomConfig = {
|
||||
@@ -407,5 +408,6 @@ export type NPEDSTATE = {
|
||||
|
||||
export type NPEDACTION = {
|
||||
type: string;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
payload: any;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user