interface Paragraph {
    children: (Text | Dialog)[];
    type: "paragraph";
}

Hierarchy (view full)

Properties

Properties

children: (Text | Dialog)[]
type: "paragraph"

Generated using TypeDoc