export interface IFndyPage { account_id?: string; created_date?: string; id?: string; menu_item?: string; name?: string; order?: number; specialUrl?: string; url?: string; user_role?: string; withAction?: boolean; updated_date?: string; icon?: string; }