/** The details of a transition screen. */
export interface CreateWorkflowTransitionScreenDetails {
  /** The ID of the screen. */
  id: string;
}
