Replacing "function argument hint" type with a type name

Not sure how to explain this in words, so here is a picture

Any way to replace the “t1 where t1 = { @ metatable {| |}, {| |} } & {| BaseFolder: Folder, Clear:…” part with the name of the type? It’s not really feasible to try to decipher that.

You can try using type annotation!

Here’s a quick tutorial: Type Annotation Tutorial