export interface FriendItem {
    friendId: string;
    catalogId: string;
    status: number;
    tsLastStatusUpdate: number;
}
