// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. import type { TaskType } from './taskType'; /** * A task object. */ export type Task = { /** * The id of the task. */ id: string; type: TaskType; };