Type alias IngestJobV2SuccessfulResults<S>

IngestJobV2SuccessfulResults<S>: ({
    sf__Created: "true" | "false";
    sf__Id: string;
} & S)[]

Type Parameters