Преглед изворни кода

Include New Show Response Fields (#107)

royjhan пре 1 година
родитељ
комит
df56393ef2
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/interfaces.ts

+ 3 - 0
src/interfaces.ts

@@ -187,6 +187,9 @@ export interface ShowResponse {
   system: string
   details: ModelDetails
   messages: Message[]
+  modified_at: Date
+  model_info: Map<string, any>
+  projector_info?: Map<string, any>
 }
 
 export interface ListResponse {