/** * This file was auto-generated by Fern from our API Definition. */ export interface WorkflowPushDeploymentConfigRequest { label?: string | null; name?: string | null; description?: string | null; releaseTags?: string[] | null; releaseDescription?: string | null; }