// Base screen interface for common properties (used internally by builders) export interface BaseScreenCommon { id: string; }