UNPKG

@calf/common

Version:
9 lines (8 loc) 164 B
/** * Remove query * @description Interface for remove query */ export interface IRemoveQuery<TCustom = any> { filter?: any; custom?: TCustom; }