Add doc and file counts to the admin info page for a project (#26076)
GitOrigin-RevId: afa7fa4e562962a4c7c88f6d3d5f13c0f1feb2e3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user