Interface LabeledSectionBreak

interface LabeledSectionBreak {
    display?: CommonDisplay;
    id: string;
    items: never;
    type: "labeled_section_break";
}

Hierarchy (view full)

Properties

Properties

display?: CommonDisplay
id: string
items: never
type: "labeled_section_break"