export interface Post { id?: number; text: string; imageUrl?: string; videoUrl?: string; drawing?: string; code?: string; }