Type alias AssignMeSignpostStep

AssignMeSignpostStep: {
    type: "assign-me";
}

Puts the customer into an assign me queue.

The operators see the content of this queue in their interface and can assign the customers by clicking on them.

Type declaration

  • type: "assign-me"

Generated using TypeDoc