UNPKG

@golemio/energetics

Version:
13 lines (12 loc) 469 B
import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator"; export declare enum OictResourceType { Buildings = "Buildings", Consumption = "Consumption", ConsumptionVisapp = "ConsumptionVisapp", Devices = "Devices" } export declare class OictApiHelper { static API_NAME: string; static getResourcePath(resourceType: OictResourceType): string; static getValidator(resourceType: OictResourceType): JSONSchemaValidator; }