export interface PaginationDataProps {
    page?: number;
    npage?: number;
}
