interface VoicevoxMora {
    consonant?: string;
    consonant_length?: number;
    pitch: number;
    text: string;
    vowel: string;
    vowel_length: number;
}

Properties

consonant?: string
consonant_length?: number
pitch: number
text: string
vowel: string
vowel_length: number