Interface FetchMarkersParams

interface FetchMarkersParams {
    timeline?: readonly MarkerTimeline[];
}

Properties

Properties

timeline?: readonly MarkerTimeline[]

Array of markers to fetch. String enum anyOf home, notifications. If not provided, an empty object will be returned.