Skip to content

Commit ae078cb

Browse files
committed
fix: fixed case on list model
1 parent 767b60c commit ae078cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model/xivapi-list.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ export interface XivapiList<T> {
77
/**
88
* List of the results you're getting.
99
*/
10-
results: T[];
10+
Results: T[];
1111

1212
/**
1313
* Pagination informations.
1414
*/
15-
pagination: Pagination;
15+
Pagination: Pagination;
1616
}

0 commit comments

Comments
 (0)