chore: lint

This commit is contained in:
karishmas6
2024-08-06 03:14:03 +05:30
parent 13524ec40d
commit 379f603ede

View File

@@ -11,7 +11,7 @@ interface TextStep {
interface ScreenshotStep {
id: number;
type: 'screenshot';
fullPage: boolean;
fullPage: boolean;
}