interface Root {
    sections: Section[];
    status: string;
}

Properties

Properties

sections: Section[]
status: string