Closed city41 closed 1 year ago
Today the json input format is simply defined as Record<string, unknown>. Statically typing it would help a lot. Also validate the input json meets the type at runtime.
Record<string, unknown>
implemented in 0.4.0
Today the json input format is simply defined as
Record<string, unknown>
. Statically typing it would help a lot. Also validate the input json meets the type at runtime.