/**
 * This file was generated by st-open-api
 */
import { ISectionItem } from './i-section-item';
export interface ISection extends Array<ISectionItem> {
}
