export interface IParams { beforepath?: string; fields?: object; include?: Array; ttl?: number; meta?: { [key: string]: any; }; }