export interface APIField { name: string; value: string; verified_at: string | null; }