/** Identifiers for a UI modification. */
export interface UiModificationIdentifiers {
  /** The ID of the UI modification. */
  id: string;
  /** The URL of the UI modification. */
  self: string;
}
