feat(core): Show data table per table storage usage (no-changelog) (#19480)

This commit is contained in:
Daria
2025-09-17 10:20:33 +03:00
committed by GitHub
parent 3278b36e28
commit 763d17bb1f
14 changed files with 384 additions and 165 deletions

View File

@@ -106,6 +106,7 @@ export type DataTableSizeStatus = 'ok' | 'warn' | 'error';
export type DataTablesSizeResult = {
sizeBytes: number;
sizeState: DataTableSizeStatus;
dataTables: Record<string, number>;
};
// APIs for a data store service operating on a specific projectId