/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../../index"; /** * @example * { * url: "x" * } */ export interface ExecuteApiRequest { url: string; method?: Vellum.MethodEnum; body?: Vellum.ExecuteApiRequestBody | null; headers?: Record; bearerToken?: Vellum.ExecuteApiRequestBearerToken | null; }