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 asvaluenewKeyisfalse, skipnewKeyisExtractSchemaCallbackmap[fromKey]=newKey(value)newKeyisstring|symbolmap[fromKey]=value[newKey]newKeyistruemap[fromKey]=value[fromKey]