ApifyDatasetMappingFunction: ((item) => Document)

Type declaration

    • (item): Document
    • A type that represents a function that takes a single object (an Apify dataset item) and converts it to an instance of the Document class.

      Parameters

      • item: Record<string | number, unknown>

      Returns Document

Generated using TypeDoc