import type * as Extend from "../index"; /** * The expected extraction output. * * **Important:** Make sure to nest the JSON object conforming to the schema in a `value` object, and include all properties defined in the schema. */ export interface ProvidedExtractOutput { /** The expected extraction output, provided as a JSON object that conforms to the schema defined in the extractor config */ value?: Extend.JsonObject; }