/** * This file was auto-generated by Fern from our API Definition. */ /** * A user input representing a Vellum Workspace Secret value */ export interface CodeExecutorSecretInput { /** The variable's name */ name: string; type: "SECRET"; value: string; }