// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. import type { Task } from './task'; export type PostIngestUrlResponse = { task: Task; };