Represents the response shape from a JSBridge method call. Use with specific status codes
to constrain which responses are possible, or use BridgeStatusCode for the full union.
This type works for both single (non-streaming) responses and as the item type emitted by BridgeStream.
Status codes come first in the type parameters for better readability at module call sites.
Universal response type for JSBridge method callbacks.