/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as OctoAI from "../../../../api/index"; import * as core from "../../../../core"; import { LoraTune } from "./LoraTune"; import { TextToSpeechLatentTune } from "./TextToSpeechLatentTune"; export declare const Details: core.serialization.Schema; export declare namespace Details { type Raw = Details.LoraTune | Details.TextToSpeechLatentTune; interface LoraTune extends LoraTune.Raw { tune_type: "lora_tune"; } interface TextToSpeechLatentTune extends TextToSpeechLatentTune.Raw { tune_type: "text_to_speech_latent_tune"; } }