mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Test entity counts on admin project info page (#26845)
GitOrigin-RevId: a49926358f367a7cbfb8aa2a1bc77a1cc1fd0b77
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user