fixed typo
This commit is contained in:
parent
877e9fea83
commit
612c9c68b4
|
@ -1,12 +1,12 @@
|
|||
import MetaSensorItemKey from '../../api/model/MetaSensorItemKey';
|
||||
|
||||
export interface State {
|
||||
readonly MetaSensorIteKeyList: MetaSensorItemKey[];
|
||||
readonly MetaSensorItemKeyList: MetaSensorItemKey[];
|
||||
readonly error?: Error;
|
||||
}
|
||||
|
||||
export const defaultState: State = {
|
||||
MetaSensorIteKeyList: undefined,
|
||||
MetaSensorItemKeyList: undefined,
|
||||
error: undefined,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user