/** The ID of a screen scheme. */
export interface ScreenSchemeId {
  /** The ID of the screen scheme. */
  id: number;
}
