satupeta-main/shared/services/statistic-count.ts
2026-02-23 12:21:05 +07:00

8 lines
173 B
TypeScript
Executable File

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