Type alias ContactSignpostStep

ContactSignpostStep: {
    fields: ContactSignpostStepField[];
    nextStepButtonText: string;
    title: string;
    type: "contact";
}

Asks the customer to provide contact data.

After the execution, the data is persisted.

Type declaration

  • fields: ContactSignpostStepField[]
  • nextStepButtonText: string
  • title: string
  • type: "contact"

Generated using TypeDoc