Skip to content

Commit

Permalink
update typings
Browse files Browse the repository at this point in the history
  • Loading branch information
TsFreddie committed Jan 16, 2025
1 parent 30e42c1 commit 7d05263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/server/fetches/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ export type ServerInfo = {
country: number;
score: number;
is_player: boolean;
skin: {
skin?: {
name: string;
color_body: number;
color_feet: number;
color_body?: number;
color_feet?: number;
};
afk: boolean;
team: number;
Expand Down

0 comments on commit 7d05263

Please sign in to comment.