import type { BlockInformationSimpleResponse } from './BlockInformationSimpleResponse'; export type BlockInformationPagination = { list: Array; total: number; perPage: number; pageNumber: number; totalPage: number; };