UNPKG

@j3lte/frigate-api

Version:

Get Frigate data from the Frigate Data API

8 lines (7 loc) 293 B
import type { paths } from "./frigate-api"; /** * Create a Frigate client * @param baseURL - The base URL of the Frigate instance * @returns A Frigate client */ export declare const createRawFrigateClient: (baseURL: string) => import("openapi-fetch").Client<paths, `${string}/${string}`>;