remove undefined from type
This commit is contained in:
@@ -11,5 +11,5 @@ export interface Setting {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export type Fuses = {
|
export type Fuses = {
|
||||||
[key: string]: Setting | undefined;
|
[key: string]: Setting;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user