export interface IndexDBParams { page?: number; pageSize?: number; fields?: string; filter?: string[]; order?: string[]; }