import { PageEvent } from '@angular/material/paginator'; export type PageChangeEvent = Omit & { length?: number | null; };