commit f617b1df8a645e1e5488cc0cc82c59e68c3bc37d parent de8f9bfe868e0c96237875ed1eafc1726425d747 Author: Sebastian <sebasjm@gmail.com> Date: Tue, 25 Mar 2025 15:02:53 -0300 adding const to typescript to prevent compiler to refer as string type Diffstat:
| M | gnu-taler-form-attributes/ts.template | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu-taler-form-attributes/ts.template b/gnu-taler-form-attributes/ts.template @@ -3,4 +3,4 @@ * * GANA Type: {{Type}} */ - {{Identifier}}: "{{Identifier}}" as UIHandlerId, + {{Identifier}}: "{{Identifier}}" as const,