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