Back to all

frontend

by Selvashankar Palanisamy

00Feb 7, 2026Visit Source
export interface Post { id: number; title: string; content: string; author: User; created_at: string; }