mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 13:19:49 +02:00
14 lines
308 B
TypeScript
14 lines
308 B
TypeScript
export const FetchKeys = {
|
|
FileLibraries: "FileLibraries",
|
|
Chapters: {
|
|
All: "Chapters",
|
|
},
|
|
Manga: {
|
|
All: "Manga",
|
|
Id: (id: string) => `Manga/${id}`,
|
|
},
|
|
MangaConnector: {
|
|
Id: (id: string) => `MangaConnector/${id}`,
|
|
All: "MangaConnector",
|
|
}
|
|
} |