Add doc and file counts to the admin info page for a project (#26076)

GitOrigin-RevId: afa7fa4e562962a4c7c88f6d3d5f13c0f1feb2e3
This commit is contained in:
Alf Eaton
2025-06-04 08:06:45 +00:00
committed by Copybot
parent 2226594ade
commit 385f5706d8
+1
View File
@@ -190,6 +190,7 @@ export interface Meta {
'ol-preventCompileOnLoad'?: boolean
'ol-primaryEmail': { email: string; confirmed: boolean }
'ol-project': any // TODO
'ol-projectEntityCounts'?: { files: number; docs: number }
'ol-projectHistoryBlobsEnabled': boolean
'ol-projectName': string
'ol-projectOwnerHasPremiumOnPageLoad': boolean