We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 705b4cc commit a3957b1Copy full SHA for a3957b1
.prettierignore
@@ -29,4 +29,4 @@ out/
29
Thumbs.db
30
31
# Auto generated types
32
-src/types.ts
+src/url-classifier-exception-list-types.ts
src/types.ts
@@ -9,4 +9,4 @@ import { URLClassifierExceptionListEntry } from "./url-classifier-exception-list
9
// This will be the main type used throughout the app.
10
export interface ExceptionListEntry extends URLClassifierExceptionListEntry {
11
last_modified: number;
12
-}
+}
0 commit comments