{"version":3,"file":"cancel-background-event.mjs","sourceRoot":"","sources":["../../../src/types/methods/cancel-background-event.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * An object containing the parameters for the `snap_cancelBackgroundEvent`\n * method.\n */\nexport type CancelBackgroundEventParams = {\n  /**\n   * The ID of the background event to cancel.\n   */\n  id: string;\n};\n\n/**\n * This method does not return any data, so the result is always `null`.\n */\nexport type CancelBackgroundEventResult = null;\n"]}