satupeta-main/shared/services/statistic-count.ts

8 lines
173 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export type StatisticCountResponse = {
mapset_count: number;
organization_count: number;
visitor_count: number;
metadata_count: number;
download_count: number;
};