core
core copied to clipboard
feat(runtime-core): export InferDefaults type
When i use withDefaults
, i want to separate definitions and defaults into two files. If without InferDefaults
, i can not set the right value.