Whalebird-desktop-client-ma.../src/renderer/types/loading-card.ts

7 lines
123 B
TypeScript

export type LoadingCard = {
type: 'middle-load'
max_id: string | null
since_id: string | null
id: 'loading-card'
}