Interface PopupFeature

interface PopupFeature {
    geometry?: unknown;
    id?: string | number;
    properties?: Record<string, unknown>;
}

Properties

geometry?: unknown
id?: string | number
properties?: Record<string, unknown>