Interface IndexField

Hierarchy

  • IndexField

Methods

Methods

  • Parameters

    • fieldIndex: any
    • document: {
          [key: string]: unknown;
      }
      • [key: string]: unknown
    • documentFieldValue: any

    Returns {
        [key: string]: any;
    }

    • [key: string]: any