+2
app/api/project-status/route.ts
+2
app/api/project-status/route.ts
···
22
22
geographicDistribution?: string
23
23
createdAt: string
24
24
updatedAt?: string
25
+
[key: string]: unknown
25
26
}
26
27
27
28
interface ImpactIndexerChangeRequest {
···
32
33
reason: string
33
34
createdAt: string
34
35
updatedAt?: string
36
+
[key: string]: unknown
35
37
}
36
38
37
39
async function getSessionAgent(): Promise<{ agent: Agent; oauthSession: any } | null> {