diff --git a/src/common/interfaces.ts b/src/common/interfaces.ts index 90526031..6af9e85b 100644 --- a/src/common/interfaces.ts +++ b/src/common/interfaces.ts @@ -125,7 +125,7 @@ export interface IWhereQueryOption { // [columnName: string]: IWhereQueryOption | string | number | boolean; // } -export type IWhereQuery = Record | { or?: IWhereQuery }; +export type IWhereQuery = Record | { or?: IWhereQuery }; export interface ICaseOption { '>'?: any;