refactor(backend): Bestanden die enkel types of interfaces exporteren hernoemd naar *.d.ts
This commit is contained in:
parent
03c6ada0e5
commit
355c0a4eda
6 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
import apiClient from "@/services/api-client.ts";
|
||||
import type {FrontendAuthConfig} from "@/services/auth/auth-types.ts";
|
||||
import type {FrontendAuthConfig} from "@/services/auth/auth.d.ts";
|
||||
|
||||
/**
|
||||
* Fetch the authentication configuration from the backend.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
import {computed, reactive} from "vue";
|
||||
import type {AuthState, Role, UserManagersForRoles} from "@/services/auth/auth-types.ts";
|
||||
import type {AuthState, Role, UserManagersForRoles} from "@/services/auth/auth.d.ts";
|
||||
import {User, UserManager} from "oidc-client-ts";
|
||||
import {loadAuthConfig} from "@/services/auth/auth-config-loader.ts";
|
||||
import authStorage from "./auth-storage.ts"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import type {Role} from "@/services/auth/auth-types.ts";
|
||||
import type {Role} from "@/services/auth/auth.d.ts";
|
||||
|
||||
export default {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue