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