Problem
The Multi-tenancy and Webhooks examples in the root README.md use createCorsair, plugin factories, and processWebhook without imports.
Fix
Add the imports those snippets need so a reader can copy them without guessing package names.
Touch
README.md (Multi-tenancy + Webhooks sections)
Done when
Verify
Skim both sections and check each typescript fence for imports.
Problem
The Multi-tenancy and Webhooks examples in the root
README.mdusecreateCorsair, plugin factories, andprocessWebhookwithout imports.Fix
Add the imports those snippets need so a reader can copy them without guessing package names.
Touch
README.md(Multi-tenancy + Webhooks sections)Done when
Verify
Skim both sections and check each typescript fence for imports.