mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
webapp: Rename interface to prevent lint errors
This commit is contained in:
@@ -129,7 +129,7 @@ import BasePage from '@/components/BasePage.vue';
|
||||
import BootstrapAlert from '@/components/BootstrapAlert.vue';
|
||||
import CardElement from '@/components/CardElement.vue';
|
||||
import ModalDialog from '@/components/ModalDialog.vue';
|
||||
import type { AlertResponse } from '@/types/Alert';
|
||||
import type { AlertResponse } from '@/types/AlertResponse';
|
||||
import type { FileInfo } from '@/types/File';
|
||||
import { authHeader, handleResponse } from '@/utils/authentication';
|
||||
import { waitRestart } from '@/utils/waitRestart';
|
||||
|
||||
@@ -349,7 +349,7 @@ import CardElement from '@/components/CardElement.vue';
|
||||
import InputElement from '@/components/InputElement.vue';
|
||||
import InputSerial from '@/components/InputSerial.vue';
|
||||
import ModalDialog from '@/components/ModalDialog.vue';
|
||||
import type { AlertResponse } from '@/types/Alert';
|
||||
import type { AlertResponse } from '@/types/AlertResponse';
|
||||
import type { Inverter } from '@/types/InverterConfig';
|
||||
import { authHeader, handleResponse } from '@/utils/authentication';
|
||||
import * as bootstrap from 'bootstrap';
|
||||
|
||||
Reference in New Issue
Block a user