docs: interface for custom actions

This commit is contained in:
karishmas6
2024-06-08 22:51:51 +05:30
parent 2c8d17f5e8
commit 94e090ba02

View File

@@ -55,6 +55,10 @@ const handleWrapper = async (
}
}
/**
* An interface for custom action description.
* @category Types
*/
interface CustomActionEventData {
action: CustomActions;
settings: any;