UNPKG

@golemio/parkings

Version:
7 lines (6 loc) 234 B
export interface IUpdateSmart4CityDataInput { type: "measurements" | "data" | "all"; } export declare class UpdateSmart4CityDataValidationSchema implements IUpdateSmart4CityDataInput { type: "measurements" | "data" | "all"; }