fix: soo many lint errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GenericResource, GenericResourceSchema } from "./marka/schema.ts";
|
||||
import { GenericResource } from "./marka/schema.ts";
|
||||
|
||||
export interface TMDBMovie {
|
||||
adult: boolean;
|
||||
@@ -39,7 +39,7 @@ export interface GiteaOauthUser {
|
||||
preferred_username: string;
|
||||
email: string;
|
||||
picture: string;
|
||||
groups: any;
|
||||
groups: unknown;
|
||||
}
|
||||
|
||||
export type SearchResult = {
|
||||
|
||||
Reference in New Issue
Block a user