/** * This file was auto-generated by Fern from our API Definition. */ export interface RunnerConfigRequest { containerImageName?: string | null; containerImageTag?: string | null; codegenVersion?: string | null; sdkVersion?: string | null; isDeploymentInliningEnabled?: boolean; serverVersion?: string | null; }