FloorsRollupValueCopyimport type { FloorsRollupValue } from "https://googleapis.deno.dev/v1/health:v4.ts";Represents the result of the rollup of the user's floors. interface FloorsRollupValue {countSum?: bigint;}§Properties§countSum?: bigint[src]Sum of the floors count.