Whalebird-desktop-client-ma.../src/types/notify.ts

11 lines
184 B
TypeScript

export type Notify = {
reply: boolean
reblog: boolean
favourite: boolean
follow: boolean
follow_request: boolean
reaction: boolean
status: boolean
poll_vote: boolean
}