Type alias ContactSignpostStep
ContactSignpostStep: {
fields: ContactSignpostStepField[];
nextStepButtonText: string;
title: string;
type: "contact";
}
Type declaration
-
fields: ContactSignpostStepField[]
-
nextStepButtonText: string
-
title: string
-
type: "contact"
Asks the customer to provide contact data.
After the execution, the data is persisted.