feat: interface for custom actions
This commit is contained in:
@@ -55,3 +55,8 @@ const handleWrapper = async (
|
||||
}
|
||||
}
|
||||
|
||||
interface CustomActionEventData {
|
||||
action: CustomActions;
|
||||
settings: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user