// This file is generated, manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. /** * Error. */ export type ErrorBase = Record & { message?: string; };