/** The worflow. */
export interface StatusWorkflowUsageWorkflow {
  /** The workflow ID. */
  id?: string;
}
