/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface LiteralJsonSchemaProperty { type: ElevenLabs.LiteralJsonSchemaPropertyType; /** The description of the property */ description?: string; /** The dynamic variable of the property */ dynamic_variable?: string; /** The constant value of the property */ constant_value?: ElevenLabs.LiteralJsonSchemaPropertyConstantValue; }