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