import type { Error } from './error.js';
/**
 * Representation of the 'ErrorList' schema.
 * Min Items: 1.
 */
export type ErrorList = Error[];
//# sourceMappingURL=error-list.d.ts.map