/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Recipient } from './Recipient'; /** * Response serializer for source validation */ export type ValidateSourceResponse = { status: string; valid_count: number; invalid_entries: Array; sample_recipients: Array; };