Documentation
    Preparing search index...

    Interface VoiceItemPart

    interface VoiceItemPart {
        el_type: "part";
        endChar: number;
        startChar: number;
        title: string;
    }
    Index
    el_type: "part"
    endChar: number
    startChar: number
    title: string