UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

10 lines (9 loc) 154 B
export type Marker = { home: InnerMarker notifications: InnerMarker } type InnerMarker = { last_read_id: string version: number updated_at: string }