UNPKG

@golemio/energetics

Version:
6 lines (5 loc) 213 B
import { IFetchConsumptionInput } from "../interfaces/IFetchConsumptionInput"; export declare class FetchConsumptionValidationSchema implements IFetchConsumptionInput { dateFrom: string; dateTo: string; }