massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / braintree / braintree / webhook_testing.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/braintree/braintree/webhook_testing.pyi
new file mode 100644 (file)
index 0000000..6e12f0c
--- /dev/null
@@ -0,0 +1,7 @@
+from typing import Any
+
+from braintree.configuration import Configuration as Configuration
+
+class WebhookTesting:
+    @staticmethod
+    def sample_notification(kind, id, source_merchant_id: Any | None = ...): ...