mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-13 00:26:42 +03:00
fix type
This commit is contained in:
parent
4f33f4f664
commit
56e7ffdb25
@ -92,7 +92,7 @@ export type WizardFormData = {
|
|||||||
brandTemplate?: CameraBrand;
|
brandTemplate?: CameraBrand;
|
||||||
customUrl?: string;
|
customUrl?: string;
|
||||||
streams?: StreamConfig[];
|
streams?: StreamConfig[];
|
||||||
liveViewStreamIds?: string[];
|
restreamIds?: string[];
|
||||||
};
|
};
|
||||||
|
|
||||||
// API Response Types
|
// API Response Types
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user