interface IPrompt {
    audio: number;
    cached: number;
    total: number;
}

Properties

Properties

audio: number
cached: number
total: number