We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 178e8f4 + 92937d3 commit e2cb5dbCopy full SHA for e2cb5db
src/types.ts
@@ -65,11 +65,11 @@ export interface WebsitePageviews {
65
pageviews: {
66
t: string;
67
y: number;
68
- };
+ }[];
69
sessions: {
70
71
72
73
}
74
75
export interface WebsiteStats {
test.js
@@ -51,6 +51,7 @@ describe('Testing all get functions', () => {
51
endAt: END_AT,
52
url: '/',
53
timezone: 'America/Los_Angeles',
54
+ unit: 'day',
55
});
56
57
return results.ok;
0 commit comments