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

6 lines
89 B
TypeScript

export type Timeline = {
cw: boolean,
nsfw: boolean,
hideAllAttachments: boolean
}