Files
ndm-web-platform/src/apis/request/biz/index.ts
yangsy 286449b831 feat: 添加告警画面截图相关设置
- 配置告警画面截图保留天数
- 是否自动获取告警画面截图
2025-12-31 10:50:25 +08:00

11 lines
257 B
TypeScript

export * from './alarm';
export * from './all';
export * from './composed';
export * from './constant';
export * from './icmp';
export * from './log';
export * from './storage';
export * from './other';
export * from './upper-ndm';
export * from './video';