Type alias IngestJobV2FailedResults<S>

IngestJobV2FailedResults<S>: ({
    sf__Error: string;
    sf__Id: string;
} & S)[]

Type Parameters