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.
1 parent f484778 commit 716675bCopy full SHA for 716675b
src/indexes.ts
@@ -43,8 +43,8 @@ import { TaskClient } from './task'
43
class Index<T = Record<string, any>> {
44
uid: string
45
primaryKey: string | undefined
46
- updatedAt: Date | undefined
47
createdAt: Date | undefined
+ updatedAt: Date | undefined
48
httpRequest: HttpRequests
49
tasks: TaskClient
50
0 commit comments