@9c5s/node-tcnet
    Preparing search index...

    Type Alias CueData

    CUEデータを表す型

    type CueData = {
        cues: CuePoint[];
        loopInTime: number;
    }
    Index

    Properties

    Properties

    cues: CuePoint[]
    loopInTime: number