export interface CustomerTransition {
  /** ID of the transition. */
  id?: string;
  /** Name of the transition. */
  name?: string;
}
