export interface DeleteScreenScheme {
  /** The ID of the screen scheme. */
  screenSchemeId: string;
}
