+
+### eventType
+
+
+
+Specifies which VendureEvent will trigger this purge rule.
+### bufferTime
+
+
+
+How long to buffer events for in milliseconds before executing the handler. This allows
+us to efficiently batch calls to the Stellate Purge API.
+### handler
+
+
StellateService; injector: Injector; }) => void | Promise<void>`} />
+
+The function to invoke when the specified event is published. This function should use the
+StellateService instance to call the Stellate Purge API.
+
+
+
diff --git a/docs/docs/reference/core-plugins/stellate-plugin/stellate-plugin-options.md b/docs/docs/reference/core-plugins/stellate-plugin/stellate-plugin-options.md
new file mode 100644
index 0000000000..69be120a98
--- /dev/null
+++ b/docs/docs/reference/core-plugins/stellate-plugin/stellate-plugin-options.md
@@ -0,0 +1,69 @@
+---
+title: "StellatePluginOptions"
+isDefaultIndex: false
+generated: true
+---
+
+import MemberInfo from '@site/src/components/MemberInfo';
+import GenerationInfo from '@site/src/components/GenerationInfo';
+import MemberDescription from '@site/src/components/MemberDescription';
+
+
+## StellatePluginOptions
+
+