hey! i'm almost certain this is 100% impossible, but i'd like to ask anyway. say i have a string with "templates" defined like {{TEMPLATE_NAME}}. is it possible to write a function with types regarding the templates included in the string? for example:
doSomething("Hello, {{NAME}}", {
// right here, there would be a property called "name" or "{{NAME}}" or something
});```
again, almost certain this is not possible, but would love to be proven wrong