Skip to content

Commit

Permalink
docs: document event data
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed May 23, 2024
1 parent adc9b62 commit 3da66a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@c43721/srcds-log-receiver",
"version": "1.1.0",
"version": "1.1.1",
"exports": "./src/index.ts",
"publish": {
"exclude": ["./examples"]
Expand Down
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export interface ParsedLogMessage {
message: string;
}

/**
* The parsed log data
*/
export interface EventData extends ParsedLogMessage {
/**
* The remote address information that sent the packet
Expand Down

0 comments on commit 3da66a7

Please sign in to comment.