import { SectionLayout } from './SectionLayout'; export interface MissionSectionLayout extends SectionLayout { originalId: number; }