chore: diag-info

This commit is contained in:
2025-08-12 01:16:32 +08:00
parent 100eef300a
commit 2513788a90
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
export type { NdmCameraDiagInfo } from './ndm-camera-diag-info';
export type { NdmDecoderDiagInfo } from './ndm-decoder-diag-info';
export type { NdmNvrDiagInfo } from './ndm-nvr-diag-info';
export type { NdmSecurityBoxDiagInfo } from './ndm-security-box-diag-info';
export type { NdmServerDiagInfo } from './ndm-server-diag-info';
export type { NdmSwitchDiagInfo } from './ndm-switch-diag-info';
export * from './ndm-camera-diag-info';
export * from './ndm-decoder-diag-info';
export * from './ndm-nvr-diag-info';
export * from './ndm-security-box-diag-info';
export * from './ndm-server-diag-info';
export * from './ndm-switch-diag-info';

View File

@@ -1 +1,2 @@
export * from './diag-info';
export * from './station';