(bookmark: string)
| 488 | getCurrentBookmark(): Promise<string>; |
| 489 | getBookmarkForTime(timestamp: number | Date): Promise<string>; |
| 490 | onNextSessionRestoreBookmark(bookmark: string): Promise<string>; |
| 491 | } |
| 492 | interface DurableObjectListOptions { |
| 493 | start?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected