8 lines
173 B
TypeScript
Executable File
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;
|
|
};
|