Skip to content

Commit 9b53f39

Browse files
committed
feat: update typescript ddefinitions
1 parent b5eb92c commit 9b53f39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/node/index.d.ts.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
147147

148148
static notEqual(attribute: string, value: QueryTypes): string;
149149

150-
static lesser(attribute: string, value: QueryTypes): string;
150+
static lessThan(attribute: string, value: QueryTypes): string;
151151

152-
static lesserEqual(attribute: string, value: QueryTypes): string;
152+
static lessThanEqual(attribute: string, value: QueryTypes): string;
153153

154-
static greater(attribute: string, value: QueryTypes): string;
154+
static greaterThan(attribute: string, value: QueryTypes): string;
155155

156-
static greaterEqual(attribute: string, value: QueryTypes): string;
156+
static greaterThanEqual(attribute: string, value: QueryTypes): string;
157157

158158
static search(attribute: string, value: string): string;
159159

0 commit comments

Comments
 (0)