export interface RESTSocialPostBulkFriendRequestResponse { updatedPeople: string[]; failedToUpdate: string[]; }