mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +00:00
Use Record type (#7798)
This commit is contained in:
@@ -34,7 +34,7 @@ class StepFlowForm extends LitElement {
|
||||
private _loading = false;
|
||||
|
||||
@property()
|
||||
private _stepData?: { [key: string]: any };
|
||||
private _stepData?: Record<string, any>;
|
||||
|
||||
@property()
|
||||
private _errorMsg?: string;
|
||||
|
||||
Reference in New Issue
Block a user