Enhancement: display current ASN in statistics (#6692)

This commit is contained in:
Daniel
2024-05-13 01:58:04 +02:00
committed by GitHub
parent 6fa3522618
commit 52350f8b51
5 changed files with 60 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ export interface Statistics {
correspondent_count?: number
document_type_count?: number
storage_path_count?: number
current_asn?: number
}
interface DocumentFileType {