PromucFlow_constructor/app/client/src/widgets/MapWidget/constants.ts

7 lines
106 B
TypeScript
Raw Normal View History

export interface MarkerProps {
lat: number;
long: number;
title?: string;
description?: string;
}