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