Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Oct 30, 2024
1 parent d886480 commit 1448626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ interface NetworkRequestData extends BaseNetworkData {
interface NetworkResponseData extends BaseNetworkData {
action: 'response'
url: string
statusCode: number
status: number
ok: boolean
}

Expand Down

0 comments on commit 1448626

Please sign in to comment.