IngestionResponse

interface ApiIngestionResponse {
    errors: ApiIngestionError[];
    successes: ApiIngestionSuccess[];
}

Properties

Properties

successes: ApiIngestionSuccess[]