UNPKG

@calf/common

Version:
9 lines (8 loc) 161 B
/** * Count query * @description Interface for count query */ export interface ICountQuery<TCustom = any> { filter?: any; custom?: TCustom; }