mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Use Record type (#7798)
This commit is contained in:
@@ -23,7 +23,7 @@ export interface FlowConfig {
|
||||
handleFlowStep(
|
||||
hass: HomeAssistant,
|
||||
flowId: string,
|
||||
data: { [key: string]: any }
|
||||
data: Record<string, any>
|
||||
): Promise<DataEntryFlowStep>;
|
||||
|
||||
deleteFlow(hass: HomeAssistant, flowId: string): Promise<unknown>;
|
||||
|
||||
Reference in New Issue
Block a user