export interface SectionAreaModel {
    top: number;
    bottom: number;
}
