1
0
mirror of https://github.com/koloml/furbooru-tagging-assistant.git synced 2025-12-24 07:12:57 +00:00

Converting the exporters to TypeScript, fixing type errors

This commit is contained in:
2024-11-28 00:45:41 +04:00
parent c7f40e99b7
commit b3a92653ad
5 changed files with 30 additions and 32 deletions

View File

@@ -10,10 +10,6 @@
import MaintenanceProfile from "$entities/MaintenanceProfile.ts";
const profileId = $page.params.id;
/**
* @type {import('$entities/MaintenanceProfile.ts').default|undefined}
*/
const profile = $maintenanceProfilesStore.find(profile => profile.id === profileId);
const profilesTransporter = new EntitiesTransporter(MaintenanceProfile);