feat: interface for custom actions

This commit is contained in:
karishmas6
2024-06-08 22:51:37 +05:30
parent 23fdf8110c
commit 2c8d17f5e8

View File

@@ -55,3 +55,8 @@ const handleWrapper = async (
}
}
interface CustomActionEventData {
action: CustomActions;
settings: any;
}