victory icon indicating copy to clipboard operation
victory copied to clipboard

chore: Removed Template Literal Types to increase TS compatibility

Open scottrippey opened this issue 2 years ago • 0 comments

What

Replaced Template Literal Types since they're a newer TS feature (starting in 4.1). Replaced with simply string types.

These types were nice to have, but weren't extremely useful, so we decided to loosen up the types.

Fixes #2409

scottrippey avatar Aug 10 '22 17:08 scottrippey