/** * This file was auto-generated by Fern from our API Definition. */ export interface ContextTemplateResponse { /** The template content. */ template?: string; /** Unique identifier for the template (max 100 characters). */ templateId?: string; /** Unique identifier for the template. */ uuid?: string; }