refactor(backend): Bestanden die enkel types of interfaces exporteren hernoemd naar *.d.ts

This commit is contained in:
Gerald Schmittinger 2025-03-06 13:28:24 +01:00
parent 03c6ada0e5
commit 355c0a4eda
6 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import type {Role} from "@/services/auth/auth-types.ts";
import type {Role} from "@/services/auth/auth.d.ts";
export default {
/**