Replace funky utf-8 singlequotes with decent ones

This commit is contained in:
pinpox
2025-08-25 11:56:29 +02:00
parent 5841432b6f
commit cdd241d8ff
3 changed files with 5 additions and 5 deletions

View File

@@ -328,7 +328,7 @@ rec {
# To get the type of a Deferred modules we need to know the interface of the place where it is evaluated.
# i.e. in case of a clan.service this is the interface of the service which dynamically changes depending on the service
# We assign "type" = []
# This means any value is valid — or like TypeScripts unknown.
# This means any value is valid — or like TypeScript's unknown.
# We can assign the type later, when we know the exact interface.
# tsType = "unknown" is a type that we preload for json2ts, such that it gets the correct type in typescript
(option.type.name == "deferredModule")