Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExtractSchema

Indexable

[key: string]: boolean | string | symbol | ExtractSchemaCallback

With indexable key as fromKey, value associated as newKey, instance of ExtractSchema as value

  • If newKey is false, skip
  • If newKey is ExtractSchemaCallback map [fromKey]=newKey(value)
  • If newKey is string|symbol map [fromKey]=value[newKey]
  • If newKey is true map [fromKey]=value[fromKey]

Generated using TypeDoc