(options?: DurableObjectListOptions)
| 574 | } |
| 575 | type DurableObjectLocationHint = "wnam" | "enam" | "sam" | "weur" | "eeur" | "apac" | "oc" | "afr" | "me"; |
| 576 | type DurableObjectRoutingMode = "primary-only"; |
| 577 | interface DurableObjectNamespaceGetDurableObjectOptions { |
| 578 | locationHint?: DurableObjectLocationHint; |
| 579 | routingMode?: DurableObjectRoutingMode; |
nothing calls this directly
no outgoing calls
no test coverage detected