export interface Post { uuid?: string; url?: string; title?: string; description?: string; cover_url?: string; content?: string; source_name?: string; author_name?: string; content_len?: number; word_count?: number; read_time?: number; created_at?: string; }