MuleRun
Chat
Resources
Pricing
Back to all
frontend
by
Selvashankar Palanisamy
Run
0
0
Feb 7, 2026
Visit Source
export interface Post { id: number; title: string; content: string; author: User; created_at: string; }