export type BlockOptions = {
    page?: number;
    pageSize?: number;
};
