rudeshark.net/packages/megalodon/src/entities/stats.ts

8 lines
118 B
TypeScript

namespace Entity {
export type Stats = {
user_count: number;
status_count: number;
domain_count: number;
};
}