{"version":3,"file":"close-web-socket.mjs","sourceRoot":"","sources":["../../../src/types/methods/close-web-socket.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * An object containing the parameters for the `snap_closeWebSocket` method.\n *\n * @property id - The ID of the WebSocket connection to close.\n */\nexport type CloseWebSocketParams = {\n  id: string;\n};\n\n/**\n * This method does not return any data, so the result is always `null`.\n */\nexport type CloseWebSocketResult = null;\n"]}