style: prettier format changes

This commit is contained in:
Ritesh Ghosh
2025-05-11 13:05:23 +05:30
parent 21ca35904b
commit 797fc2455c
17 changed files with 326 additions and 339 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
type CacheVariables = {
CACHE_CONFIG: {
key: string;
duration: number;
};
CACHE_CONFIG: {
key: string;
duration: number;
};
};
export type AniwatchAPIVariables = {} & CacheVariables;
export type AniwatchAPIVariables = CacheVariables & {};