We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cce427 commit 4610c7cCopy full SHA for 4610c7c
src/interfaces.ts
@@ -53,7 +53,7 @@ export type BulkResult<Type, PropertyName extends string> = {
53
offset: number;
54
limit: number;
55
size: number;
56
- _link: {
+ _links: {
57
next: string | null;
58
prev: string | null;
59
};
0 commit comments