/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as Flatfile from "../../../../api/index"; import * as core from "../../../../core"; import { RunbookStatus } from "./RunbookStatus"; import { RunbookConfig } from "./RunbookConfig"; export declare const UpdateRunbookRequest: core.serialization.ObjectSchema; export declare namespace UpdateRunbookRequest { interface Raw { name?: string | null; status?: RunbookStatus.Raw | null; config?: RunbookConfig.Raw | null; } }