export interface PageModel { page: number limit: number keyword?: string } export interface PageResult {}