Type alias HighSystemsResponseGetReport

HighSystemsResponseGetReport: {
    results: any;
    success: boolean;
}

Type declaration

  • results: any
  • success: boolean

Generated using TypeDoc