We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe0c2f commit ee6c636Copy full SHA for ee6c636
rest/snapshot.ts
@@ -19,7 +19,7 @@ import {
19
import { type HTTPError, responseIntoResult } from "./responseIntoResult.ts";
20
import type { FetchError } from "./mod.ts";
21
22
-/** 不正な`timestampId`を渡されたときに発生するエラー */
+/** Error that occurs when an invalid `timestampId` is provided */
23
export interface InvalidPageSnapshotIdError extends ErrorLike {
24
name: "InvalidPageSnapshotIdError";
25
}
0 commit comments