mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Document last step (#8979)
Co-authored-by: Philip Allgaier <mail@spacegaier.de>
This commit is contained in:
parent
959f7ae046
commit
96d6e337be
@ -28,6 +28,7 @@ export interface DataEntryFlowStepForm {
|
|||||||
data_schema: HaFormSchema[];
|
data_schema: HaFormSchema[];
|
||||||
errors: Record<string, string>;
|
errors: Record<string, string>;
|
||||||
description_placeholders: Record<string, string>;
|
description_placeholders: Record<string, string>;
|
||||||
|
last_step: boolean | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DataEntryFlowStepExternal {
|
export interface DataEntryFlowStepExternal {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user