diff --git a/src/types.ts b/src/types.ts index 6dbc5c3..172ddbb 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-explicit-any */ type URL = string; type Template = string; type Page = number;