Files
tranga-website/website/app/composables/FetchKeys.ts
2025-09-28 19:34:15 +02:00

7 lines
256 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' },
};