diff --git a/src/Types.lua b/src/Types.lua index 922488c..760749f 100644 --- a/src/Types.lua +++ b/src/Types.lua @@ -461,7 +461,7 @@ type Fields = { notified: Signal, } -export type Icon = Methods & StaticFunctions --typeof(setmetatable({} :: Fields, MT)) +export type Icon = Methods & Fields & StaticFunctions --typeof(setmetatable({} :: Fields, MT)) export type StaticIcon = { new: typeof(