UNPKG

@cutls/megalodon

Version:

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

14 lines (13 loc) 213 B
export type Alerts = { follow: boolean favourite: boolean mention: boolean reblog: boolean poll: boolean } export type PushSubscription = { id: string endpoint: string server_key: string alerts: Alerts }