LinksConsolidateResponse: {
    id: string;
    imageUrl?: string;
    name: string;
    readOnly: boolean;
    type: "STACK" | "PLUGIN" | "APPLICATION" | "SHAREDINFRA" | "WORKSPACE";
    url: string;
    visible: boolean;
}

Type declaration

  • id: string
  • OptionalimageUrl?: string
  • name: string
  • readOnly: boolean
  • type: "STACK" | "PLUGIN" | "APPLICATION" | "SHAREDINFRA" | "WORKSPACE"
  • url: string
  • visible: boolean