StepsCopyimport type { Steps } from "https://googleapis.deno.dev/v1/health:v4.ts";Step count over the time interval. interface Steps {count?: bigint;interval?: ObservationTimeInterval;}§Properties§count?: bigint[src]Required. Number of steps in the recorded interval. §interval?: ObservationTimeInterval[src]Required. Observed interval.