(key: string, options?: DurableObjectGetOptions)
| 572 | interface DurableObjectNamespaceNewUniqueIdOptions { |
| 573 | jurisdiction?: DurableObjectJurisdiction; |
| 574 | } |
| 575 | type DurableObjectLocationHint = "wnam" | "enam" | "sam" | "weur" | "eeur" | "apac" | "oc" | "afr" | "me"; |
| 576 | type DurableObjectRoutingMode = "primary-only"; |
| 577 | interface DurableObjectNamespaceGetDurableObjectOptions { |
nothing calls this directly
no outgoing calls
no test coverage detected