export interface UserPost { id: string; verified: number; email: string; }