UNPKG

tesla-fleet-api

Version:

A library for the [Tesla Fleet API](https://developer.tesla.com/docs/fleet-api), and the third parties services [Teslemetry](https://teslemetry.com/docs/getting-started/api) and [Tessie](https://developer.tessie.com/docs/tesla-api-comparison), which provi

3 lines (2 loc) 128 B
import { CommandResponse } from "./types/commands.js"; export declare const validate: (body: CommandResponse) => Promise<void>;