GoogleDevicesandservicesHealthV4DataType
import type { GoogleDevicesandservicesHealthV4DataType } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents a type of health data a user can have data points recorded for. It matches the parent resource of collection containing data points of the given type. Clients currently do not need to interact with this resource directly.
interface GoogleDevicesandservicesHealthV4DataType {
name?: string;
}