interface Section {
    body: string;
    links?: Link[];
    title: string;
}

Properties

Properties

body: string
links?: Link[]
title: string