@onjmin/dtm
    Preparing search index...

    Type Alias VoiceModelGroup

    groupVoiceModels が返す 1 グループ(<optgroup> 1 つぶん)。

    type VoiceModelGroup = {
        label: string;
        models: { label: string; value: string }[];
    }
    Index

    Properties

    Properties

    label: string
    models: { label: string; value: string }[]