RemovePairDataStatus
import type { RemovePairDataStatus } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";The status of the pair data removal from the destination.
interface RemovePairDataStatus {
pairIdCount?: bigint;
recordCount?: bigint;
}