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

12 lines
199 B
TypeScript

export type EnabledTimelines = {
home: boolean
notification: boolean
mention: boolean
direct: boolean
favourite: boolean
local: boolean
public: boolean
tag: boolean
list: boolean
}