export enum RelationshipType { None = 0, Outgoing, Incoming, Friend, Restricted, Blocked }