Interface VoicevoxSpeakerStyle

interface VoicevoxSpeakerStyle {
    id: number;
    name: string;
    type: string;
}

Properties

Properties

id: number
name: string
type: string