/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SourcesEntry } from './SourcesEntry'; /** * GET /v1/products/sources response. */ export type SourcesOut = { sources: Array; total: number; };