export interface xFriendCatalogSettings {
    catalogId: string;
    forceAcceptFriend: boolean;
}
