import type * as ElevenLabs from "../index"; export interface EnvironmentVariableResponse { label: string; createdAtUnixSecs: number; updatedAtUnixSecs: number; createdByUserId?: string; type: ElevenLabs.EnvironmentVariableResponseType; id: string; workspaceId: string; values: ElevenLabs.EnvironmentVariableResponseValues; }