File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,13 +147,13 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
147
147
148
148
static notEqual(attribute: string, value: QueryTypes): string;
149
149
150
- static lesser (attribute: string, value: QueryTypes): string;
150
+ static lessThan (attribute: string, value: QueryTypes): string;
151
151
152
- static lesserEqual (attribute: string, value: QueryTypes): string;
152
+ static lessThanEqual (attribute: string, value: QueryTypes): string;
153
153
154
- static greater (attribute: string, value: QueryTypes): string;
154
+ static greaterThan (attribute: string, value: QueryTypes): string;
155
155
156
- static greaterEqual (attribute: string, value: QueryTypes): string;
156
+ static greaterThanEqual (attribute: string, value: QueryTypes): string;
157
157
158
158
static search(attribute: string, value: string): string;
159
159
You can’t perform that action at this time.
0 commit comments