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

7 lines
122 B
TypeScript

export type Timeline = {
cw: boolean
nsfw: boolean
hideAllAttachments: boolean
useMarkerTimeline: Array<string>
}