feat: interaction between DashboardPage & DevicePage

This commit is contained in:
yangsy
2025-08-17 03:33:38 +08:00
parent 22f57773e2
commit 9cf72a1734
2 changed files with 73 additions and 10 deletions

View File

@@ -24,5 +24,5 @@ export * from './video/ndm-media-server';
export * from './video/ndm-video-server';
export type NdmDeviceVO = NdmSecurityBoxVO | NdmSwitchVO | NdmNvrVO | NdmCameraVO | NdmDecoderVO | NdmKeyboardVO | NdmMediaServerVO | NdmVideoServerVO;
export type NdmDeviceResultVO = Partial<NdmDeviceVO>;
export type NdmServerVO = NdmMediaServerVO | NdmVideoServerVO;