CheckAccessTypeResponse
import type { CheckAccessTypeResponse } from "https://googleapis.deno.dev/v1/dataportability:v1.ts";
Response to checking the token's access type.
interface CheckAccessTypeResponse {
oneTimeResources?: string[];
timeBasedResources?: string[];
}