UNPKG

@golemio/energetics

Version:
4 lines (3 loc) 216 B
import { JSONSchemaType } from "@golemio/core/dist/shared/ajv"; import { ICemApiCounterDto } from "./interfaces/ICemApiCounterDto"; export declare const cemApiCountersJsonSchema: JSONSchemaType<ICemApiCounterDto[]>;