import type { ApiErrorsV3 } from '../schemas/ApiErrorsV3'; /** * An error response */ export interface ErrorV3 { error: ApiErrorsV3; }