UNPKG

@golemio/parkings

Version:
7 lines (6 loc) 172 B
export interface IUpdateSmart4CityInput { code: string; } export declare class UpdateSmart4CityValidationSchema implements IUpdateSmart4CityInput { code: string; }