Skip to content

Commit 4610c7c

Browse files
fix: typo error _link => _links (#19)
* fix: _link to _links * chore: added "endOfLine":"auto" * fix: resolved 10 vulnerabilities (1high, 9 critical) * Revert chore: added endOfLine:auto & fix: resolved 10 vulnerabilities (1high, 9 critical) Co-authored-by: Jérémy Torralba <[email protected]>
1 parent 7cce427 commit 4610c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export type BulkResult<Type, PropertyName extends string> = {
5353
offset: number;
5454
limit: number;
5555
size: number;
56-
_link: {
56+
_links: {
5757
next: string | null;
5858
prev: string | null;
5959
};

0 commit comments

Comments
 (0)