Skip to content

Commit

Permalink
fix: stats typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Deivu committed Aug 23, 2024
1 parent e13511f commit 76abc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/Node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface Stats {
free: number;
allocated: number;
};
frameStats: {
frameStats?: {
sent: number;
deficit: number;
nulled: number;
Expand Down

0 comments on commit 76abc17

Please sign in to comment.