diff --git a/devTools/types/assistant.d.ts b/devTools/types/assistant.d.ts index a4f6d90c96812bd2da62a347e4055c6eae2e12fe..2faa4a7e1fc91ad87a7da0478f78f6edbb3d8d21 100644 --- a/devTools/types/assistant.d.ts +++ b/devTools/types/assistant.d.ts @@ -21,4 +21,4 @@ interface assistant { type appearance = Record<assistantAppearance, fsAppearance>; -type fsAppearance = Record<assistantAppearance, string>; \ No newline at end of file +type fsAppearance = Record<fsAssistantAppearance, string>; \ No newline at end of file