interface DigitalModelPlayerEffect {
    keyframes: DigitalEffectKeyframe[];
    position: number[];
    type: "frameSequence";
}

Properties

position: number[]
type