/** ID of a screen. */
export interface ScreenID {
  /** The ID of the screen. */
  id: string;
}
