Interface FetchMarkersParams

interface FetchMarkersParams {
    timeline?: readonly (keyof MarkerTimelineRegistry)[];
}

Properties

Properties

timeline?: readonly (keyof MarkerTimelineRegistry)[]

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

MMNEPVFCICPMFPCPTTAAATR