interface CustomerTransition {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

ID of the transition.

name?: string

Name of the transition.