(bookmark: string)
| 765 | getCurrentBookmark(): Promise<string> |
| 766 | getBookmarkForTime(timestamp: number | Date): Promise<string> |
| 767 | onNextSessionRestoreBookmark(bookmark: string): Promise<string> |
| 768 | } |
| 769 | interface DurableObjectListOptions { |
| 770 | start?: string |
nothing calls this directly
no outgoing calls
no test coverage detected