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

10 lines
163 B
TypeScript

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