UNPKG

@cutls/megalodon

Version:

Mastodon API client for node.js and browser

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