export interface SessionUserInterface { id: string; username: string; phone: string; gender?: string; }