export default interface FriendshipsOutgoing { previous_cursor: number; ids: number[]; previous_cursor_str: string; next_cursor: number; next_cursor_str: string; }