VolumeQuantity
import type { VolumeQuantity } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the volume quantity.
interface VolumeQuantity {
milliliters?: number;
userProvidedUnit?:
} | "VOLUME_UNIT_UNSPECIFIED"
| "CUP_IMPERIAL"
| "CUP_US"
| "FLUID_OUNCE_IMPERIAL"
| "FLUID_OUNCE_US"
| "LITER"
| "MILLILITER"
| "PINT_IMPERIAL"
| "PINT_US";