docs(i18n): refresh persistence docs after master merge

This commit is contained in:
Tianyi Cui
2026-07-24 21:27:22 +08:00
parent d847b48479
commit 158c5e913a
6 changed files with 12 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ interface SessionHeader {
readonly version: number
/** The session's id (mirrors the {@link Session}'s id). */
readonly id: SessionId
/** Unix epoch milliseconds when the session was created. */
/** Non-negative safe-integer Unix epoch milliseconds when the session was created. */
readonly createdAt: number
/** Absolute working directory the session was created in (if any). */
readonly cwd?: string