chore: linting

This commit is contained in:
zhom
2026-03-28 23:31:20 +04:00
parent ba750a3401
commit 612c6610ce
36 changed files with 284 additions and 285 deletions
+2 -2
View File
@@ -341,13 +341,13 @@ export interface CamoufoxFingerprintConfig {
"canvas:aaCapOffset"?: boolean;
// Voices
voices?: Array<{
voices?: {
isLocalService?: boolean;
isDefault?: boolean;
voiceURI?: string;
name?: string;
lang?: string;
}>;
}[];
"voices:blockIfNotDefined"?: boolean;
"voices:fakeCompletion"?: boolean;
"voices:fakeCompletion:charsPerSecond"?: number;