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

8 lines
119 B
TypeScript
Raw Normal View History

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