/** 页码配置 */ interface PageConfig { pageindex: number; rows: number; } export type { PageConfig };