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