Interface RawClipSlot

interface RawClipSlot {
    clip: RawClip;
    has_clip: boolean;
    id: number;
    path: string;
}

Properties

Properties

clip: RawClip
has_clip: boolean
id: number
path: string