/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface PromptsPullRequest { /** * The ID of the Prompt Variant within a Prompt Sandbox to pull. Must be included if providing the ID of a Prompt Sandbox. */ promptVariantId?: string | null; }