Files
tranga-website/website/app/composables/FetchKeys.ts

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",
}
}