feat: rm host and element info for shadow selector

This commit is contained in:
RohitR311
2024-12-30 23:02:21 +05:30
parent d2ab81e229
commit 9287c29692

View File

@@ -131,8 +131,6 @@ export interface BaseActionInfo {
interface ShadowSelector {
full: string;
host: string;
element: string;
mode: string;
}