mirror of
https://github.com/Discreetly/server.git
synced 2026-04-17 03:00:55 -04:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export interface userCountI {
|
|
[key: string]: number;
|
|
}
|