masto
    Preparing search index...

    Interface FetchMarkersParams

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

    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.