export interface User { name: string; id: string; created_at: string; }