type MarkerPrefixes = Record; type DefaultMarkerNameFunction = (marker: string) => string; interface DeletableType { deleted?: number; }