interface DataFilter { page: number; pageSize: number; keyword: string; type: string; } export type { DataFilter };