旁白

interface Narration {
    children: string[];
    type: "narration";
}

Hierarchy (view full)

Properties

Properties

children: string[]
type: "narration"

Generated using TypeDoc