export interface Pager { page: number | null; pageSize: number | null; } export interface PermissionSearcher extends Pager { user: string; }