Interface IncidentLocationBookmark

interface IncidentLocationBookmark {
    id: null | number;
    resourceType: string;
}

Properties

Properties

id: null | number
resourceType: string