EsLint
This commit is contained in:
@@ -1,15 +1,6 @@
|
||||
// Redux Slice: redux/slices/analogInputsSlice.ts
|
||||
import { createSlice, PayloadAction, createAsyncThunk } from "@reduxjs/toolkit";
|
||||
|
||||
export interface AnalogInput {
|
||||
id: number | null;
|
||||
value: number | null;
|
||||
label: string;
|
||||
uW: boolean;
|
||||
uG: boolean;
|
||||
oW: boolean;
|
||||
oG: boolean;
|
||||
}
|
||||
import type { AnalogInput } from "@/types/analogInput";
|
||||
|
||||
export interface AnalogInputsState {
|
||||
[key: string]: AnalogInput;
|
||||
|
||||
Reference in New Issue
Block a user