UNPKG

@igo2/context

Version:
8 lines (7 loc) 109 B
export interface Poi { id?: string; title: string; x: number; y: number; zoom: number; }