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