With indexable key as fromKey, value associated as newKey, instance of ExtractSchema as value
fromKey
newKey
value
false
ExtractSchemaCallback
[fromKey]=newKey(value)
string|symbol
[fromKey]=value[newKey]
true
[fromKey]=value[fromKey]
Generated using TypeDoc
With indexable key as
fromKey
, value associated asnewKey
, instance of ExtractSchema asvalue
newKey
isfalse
, skipnewKey
isExtractSchemaCallback
map[fromKey]=newKey(value)
newKey
isstring|symbol
map[fromKey]=value[newKey]
newKey
istrue
map[fromKey]=value[fromKey]