satupeta-main/shared/services/statistic-count.ts
2026-01-27 09:31:12 +07:00

8 lines
173 B
TypeScript

export type StatisticCountResponse = {
mapset_count: number;
organization_count: number;
visitor_count: number;
metadata_count: number;
download_count: number;
};