interface BodyTemperature {
    $type$: "BodyTemperature";
    temperature: number;
}

Properties

Properties

$type$: "BodyTemperature"
temperature: number