export interface DeleteUiModification {
  /** The ID of the UI modification. */
  uiModificationId: string;
}
