InterfaceScrollingSubtitle

interface ScrollingSubtitle {
    text: string;
    type: string;
}

Properties

Properties

text: string
type: string