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

6 lines
109 B
TypeScript

export type LocalMarker = {
owner_id: string
timeline: 'home' | 'notifications'
last_read_id: string
}