import type { TopTenUsersEntity } from "./top-ten-users-entity.model"; export type TopTenUsers = TopTenUsersEntity[];