export interface SectionInterface {
    id: number;
    courseNumber: number;
    name: string;
    startAt: string | null;
    endAt: string | null;
    remoteCreatedAt: string;
    restrictEnrollmentsToSectionDates: boolean;
    nonxlistCourseId: number | null;
    sisSectionId: string;
    sisCourseId: string;
    integrationId: number | null;
    sisImportId: number;
    sectionNumber: number;
}
//# sourceMappingURL=section.interface.d.ts.map