import type { SourcesEntry } from './SourcesEntry'; /** * GET /v1/products/sources response. */ export type SourcesOut = { sources: Array; total: number; }; //# sourceMappingURL=SourcesOut.d.ts.map