UNPKG

@calf/common

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