export interface DeleteInactiveWorkflow {
  /** The entity ID of the workflow. */
  entityId: string;
}
