schema-components - v3.7.0
    Preparing search index...

    Function extractChildOverride

    • Pluck the nested override at key from a parent field override map. Returns undefined when no override is present or when the entry is not a non-array object.

      Parameters

      • overrides: Record<string, unknown> | undefined
      • key: string

      Returns Record<string, unknown> | undefined