# typed: true module UpGush module ClientPatch include Kernel sig { returns(Gush::Configuration) } def configuration;end sig { params(workflow_id: String, job: Gush::Job).void } def persist_job(workflow_id, job);end end end