/** Details about the operations available in this version. */
export interface SimpleLink {
  href?: string;
  iconClass?: string;
  id?: string;
  label?: string;
  styleClass?: string;
  title?: string;
  weight?: number;
}
