Some tweaks for beta

This commit is contained in:
Gregory Schier
2024-08-19 19:10:08 -07:00
parent dbfe2dc93d
commit 4c6684623f
6 changed files with 20 additions and 13 deletions

View File

@@ -1,3 +1,3 @@
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type FindHttpResponsesRequest = { requestId: string, limit: bigint | null, };
export type FindHttpResponsesRequest = { requestId: string, limit: number | null, };