diff --git a/modules/trove/init.lua b/modules/trove/init.lua index b70ca896..7bd29174 100644 --- a/modules/trove/init.lua +++ b/modules/trove/init.lua @@ -25,11 +25,12 @@ type TroveInternal = Trove & { --[=[ @within Trove - @type Trackable Instance | ConnectionLike | PromiseLike | thread | ((...any) -> ...any) | Destroyable | DestroyableLowercase | Disconnectable | DisconnectableLowercase + @type Trackable Instance | RBXScriptConnection | ConnectionLike | PromiseLike | thread | ((...any) -> ...any) | Destroyable | DestroyableLowercase | Disconnectable | DisconnectableLowercase Represents all trackable objects by Trove. ]=] export type Trackable = Instance + | RBXScriptConnection | ConnectionLike | PromiseLike | thread