Test entity counts on admin project info page (#26845)

GitOrigin-RevId: a49926358f367a7cbfb8aa2a1bc77a1cc1fd0b77
This commit is contained in:
Alf Eaton
2025-07-09 13:48:44 +01:00
committed by Copybot
parent b410de7c39
commit bd64f09b91

View File

@@ -195,7 +195,7 @@ export interface Meta {
'ol-preventCompileOnLoad'?: boolean
'ol-primaryEmail': { email: string; confirmed: boolean }
'ol-project': any // TODO
'ol-projectEntityCounts'?: { files: number; docs: number }
'ol-projectEntityCounts': { files: number; docs: number }
'ol-projectHistoryBlobsEnabled': boolean
'ol-projectName': string
'ol-projectOwnerHasPremiumOnPageLoad': boolean