mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
prettier
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
export const FetchKeys = {
|
||||
FileLibraries: "FileLibraries",
|
||||
Chapters: {
|
||||
All: "Chapters",
|
||||
},
|
||||
Manga: {
|
||||
All: "Manga",
|
||||
Id: (id: string) => `Manga/${id}`,
|
||||
},
|
||||
MangaConnector: {
|
||||
Id: (id: string) => `MangaConnector/${id}`,
|
||||
All: "MangaConnector",
|
||||
}
|
||||
}
|
||||
FileLibraries: 'FileLibraries',
|
||||
Chapters: { All: 'Chapters' },
|
||||
Manga: { All: 'Manga', Id: (id: string) => `Manga/${id}` },
|
||||
MangaConnector: { Id: (id: string) => `MangaConnector/${id}`, All: 'MangaConnector' },
|
||||
};
|
||||
|
Reference in New Issue
Block a user