فهرست منبع

refactor(types): remove unnecessary line break in CameraInfoDTO

- Cleaned up the CameraInfoDTO interface by removing an extraneous line break, improving code readability and consistency.
yb 1 هفته پیش
والد
کامیت
eeebbacfcc
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/types/index.ts

+ 0 - 1
src/types/index.ts

@@ -142,7 +142,6 @@ export interface ChannelInfoDTO {
 
 export type CameraCapability = 'switch_only' | 'ptz_enabled'
 export type CameraHeartbeatStatus = 'active' | 'hold' | 'dead'
-
 // 摄像头详情 (Admin 用)
 export interface CameraInfoDTO {
   id?: number // 主键ID