interface ProposeModifyClip {
    clipID: string;
    length?: number;
    name: PROPOSE_MODIFY_CLIP;
}

Hierarchy (view full)

Properties

Properties

clipID: string
length?: number