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