Skip to content

Commit

Permalink
Merge pull request #378 from RohitM-IN/master
Browse files Browse the repository at this point in the history
Update interfaces.ts to address keypath issue
  • Loading branch information
ujjwalguptaofficial authored Nov 1, 2024
2 parents ded821c + 633f914 commit 55f7119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export interface IWhereQueryOption {
// [columnName: string]: IWhereQueryOption | string | number | boolean;
// }

export type IWhereQuery = Record<string, IWhereQueryOption | string | number | boolean | Date> | { or?: IWhereQuery };
export type IWhereQuery = Record<string, IWhereQueryOption | string | number | boolean | Date | any[]> | { or?: IWhereQuery };

export interface ICaseOption {
'>'?: any;
Expand Down

0 comments on commit 55f7119

Please sign in to comment.