chore: remove todo

This commit is contained in:
karishmas6
2024-08-04 03:15:20 +05:30
parent cee15d7379
commit a4a2760d40

View File

@@ -4,7 +4,6 @@ interface SelectorObject {
selector: string;
tag?: string;
attribute?: string;
// todo: allow for additional properties like what did user select for a, img, etc.
[key: string]: any;
}